Skip to content

Commit 698d4e0

Browse files
authored
fix: replace ndjson.org with ndjson spec (#3997)
the original website expired and it's currently serving malicious content.
1 parent 36a9d9f commit 698d4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/observability/apm/api-events.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Events can be:
1313
* Metrics
1414

1515
Each event is sent as its own line in the HTTP request body.
16-
This is known as http://ndjson.org[newline delimited JSON (NDJSON)].
16+
This is known as https://github.com/ndjson/ndjson-spec[newline delimited JSON (NDJSON)].
1717

1818
With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the APM Server
1919
as soon as they are recorded in the agent.

docs/en/serverless/apm/apm-server-api/api-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Events can be:
1616
* Metrics
1717

1818
Each event is sent as its own line in the HTTP request body.
19-
This is known as [newline delimited JSON (NDJSON)](http://ndjson.org).
19+
This is known as [newline delimited JSON (NDJSON)](https://github.com/ndjson/ndjson-spec).
2020

2121
With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the managed intake service
2222
as soon as they are recorded in the agent.

0 commit comments

Comments
 (0)