Skip to content

Commit f8f7466

Browse files
authored
Fix broken link in SSE extension docs (#3241)
1 parent fcf7457 commit f8f7466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/extensions/sse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ your htmx webpage in real-time.
1010
SSE is a lightweight alternative to WebSockets that works over existing HTTP connections, so it is easy to use through
1111
proxy servers and firewalls. Remember, SSE is a uni-directional service, so you cannot send any messages to an SSE
1212
server once the connection has been established. If you need bi-directional communication, then you should consider
13-
using [WebSockets](@web-sockets.md) instead.
13+
using [WebSockets](@/extensions/ws.md) instead.
1414

1515
This extension replaces the experimental `hx-sse` attribute built into previous versions of htmx. For help migrating
1616
from older versions, see the migration guide at the bottom of this page.

0 commit comments

Comments
 (0)