File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ It provides advanced functionality for managing several aspects of SSE.
109
109
You can find more information in several places:
110
110
111
111
- the docstings for the ` ->sse-response ` function you are using.
112
- - the [ SSE design notes document] ( /sdk/clojure/ doc/SSE-design-notes.md ) details
112
+ - the [ SSE design notes document] ( /doc/SSE-design-notes.md ) details
113
113
what considerations are taken into account in the SDK.
114
- - the [ write profiles document] ( /sdk/clojure/ doc/Write-profiles.md ) details the
114
+ - the [ write profiles document] ( /doc/Write-profiles.md ) details the
115
115
tools the SDK provides to control the buffering behaviors of a SSE stream and
116
116
how to use compression.
117
- - the [ adapter implementation guide] ( /sdk/clojure/ doc/implementing-adapters.md )
117
+ - the [ adapter implementation guide] ( /doc/implementing-adapters.md )
118
118
lists the conventions by which SDK adapters are implemented if the need to
119
119
implement your own ever arises.
120
120
You can’t perform that action at this time.
0 commit comments