Skip to content

Commit 6d7705b

Browse files
authoredJun 4, 2024
Replace deprecated link for ndjson (#2840)
* replace ndjson.org link * replace ndjson link
·
v1.15v1.9
1 parent ecac288 commit 6d7705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎learn/core_concepts/documents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ In the above example:
110110

111111
#### NDJSON
112112

113-
NDJSON or jsonlines objects consist of individual lines where each individual line is valid JSON text and each line is delimited with a newline character. Any [rules that apply to formatting NDJSON](http://ndjson.org/) also apply to Meilisearch documents.
113+
NDJSON or jsonlines objects consist of individual lines where each individual line is valid JSON text and each line is delimited with a newline character. Any [rules that apply to formatting NDJSON](https://github.com/ndjson/ndjson-spec) also apply to Meilisearch documents.
114114

115115
Meilisearch will only accept NDJSON documents when it receives the `application/x-ndjson` content-type header.
116116

0 commit comments

Comments
 (0)