Skip to content

Commit a7f3b99

Browse files
teodorluJeremS
authored andcommitted
Doc: fix README links
1 parent d12c20a commit a7f3b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ It provides advanced functionality for managing several aspects of SSE.
109109
You can find more information in several places:
110110

111111
- 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
113113
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
115115
tools the SDK provides to control the buffering behaviors of a SSE stream and
116116
how to use compression.
117-
- the [adapter implementation guide](/sdk/clojure/doc/implementing-adapters.md)
117+
- the [adapter implementation guide](/doc/implementing-adapters.md)
118118
lists the conventions by which SDK adapters are implemented if the need to
119119
implement your own ever arises.
120120

0 commit comments

Comments
 (0)