Skip to content

Commit 58ca0de

Browse files
Hyperlink leads to random Korean betting website (#2691)
* Update http_protocol.md Changed the hyperlink for ndjson to something that makes more sense. The current hyperlink leads to a Korean betting website. * Update http_protocol.md
1 parent 84c7edc commit 58ca0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/http_protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Example of the overrides object:
8686

8787
## HTTP responses from RAG chat app endpoints
8888

89-
The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://ndjson.org/home/) ("NDJSON"/"jsonlines") for a streaming response.
89+
The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://jsonlines.org/) ("NDJSON"/"jsonlines") for a streaming response.
9090

9191
### Non-streaming response
9292

0 commit comments

Comments
 (0)