Skip to content

Commit 95ae8fc

Browse files
authored
Fix NSJON links in older versioned docs (#74)
1 parent 85fb832 commit 95ae8fc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

versioned_docs/version-v1.11.0/formats/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each JSON value is self-describing in terms of its
5454
structure and types, though the JSON type system is limited.
5555

5656
When a sequence of JSON objects is organized into a stream
57-
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON))
57+
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON))
5858
each value can take on any form.
5959
When all the values have the same form, the JSON sequence
6060
begins to look like a relational table, but the lack of a comprehensive type system,

versioned_docs/version-v1.11.0/formats/zjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ and an array of union of string, and float64 --- might have a value that looks l
268268
## 3. Object Framing
269269

270270
A ZJSON file is composed of ZJSON objects formatted as
271-
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON).
271+
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON).
272272
e.g., the [zq](../commands/zq.md) CLI command
273273
writes its ZJSON output as lines of NDJSON.
274274

versioned_docs/version-v1.11.0/integrations/zeek/reading-zeek-log-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ equivalent [rich types in Zed](../../formats/zson.md#23-primitive-values).
7979
## Zeek NDJSON
8080

8181
As an alternative to the default TSV format, there are two common ways that
82-
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON) format.
82+
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON) format.
8383

8484
1. Using the [JSON Streaming Logs](https://github.com/corelight/json-streaming-logs)
8585
package (recommended for use with Zed)

versioned_docs/version-v1.12.0/formats/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each JSON value is self-describing in terms of its
5454
structure and types, though the JSON type system is limited.
5555

5656
When a sequence of JSON objects is organized into a stream
57-
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON))
57+
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON))
5858
each value can take on any form.
5959
When all the values have the same form, the JSON sequence
6060
begins to look like a relational table, but the lack of a comprehensive type system,

versioned_docs/version-v1.12.0/formats/zjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ and an array of union of string, and float64 --- might have a value that looks l
268268
## 3. Object Framing
269269

270270
A ZJSON file is composed of ZJSON objects formatted as
271-
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON).
271+
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON).
272272
e.g., the [zq](../commands/zq.md) CLI command
273273
writes its ZJSON output as lines of NDJSON.
274274

versioned_docs/version-v1.12.0/integrations/zeek/reading-zeek-log-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ equivalent [rich types in Zed](../../formats/zson.md#23-primitive-values).
7979
## Zeek NDJSON
8080

8181
As an alternative to the default TSV format, there are two common ways that
82-
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON) format.
82+
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON) format.
8383

8484
1. Using the [JSON Streaming Logs](https://github.com/corelight/json-streaming-logs)
8585
package (recommended for use with Zed)

0 commit comments

Comments
 (0)