You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/http_protocol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Example of the overrides object:
86
86
87
87
## HTTP responses from RAG chat app endpoints
88
88
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.
0 commit comments