diff --git a/www/content/extensions/sse.md b/www/content/extensions/sse.md index 8c38738a8..c5939bcfb 100644 --- a/www/content/extensions/sse.md +++ b/www/content/extensions/sse.md @@ -137,8 +137,9 @@ browser's automatic reconnection, so that your SSE streams will always be as rel ### Testing SSE Connections with the Demo Server Htmx includes a demo SSE server written in Node.js that will help you to see SSE in action, and begin bootstrapping your -own SSE code. It is located in the /test/ws-sse folder of the htmx distribution. Look at /test/ws-sse/README.md for -instructions on running and using the test server. +own SSE code. It is located in the /test/ws-sse folder of +the [`htmx-extensions`](https://github.com/bigskysoftware/htmx-extensions) repository. Look at /test/ws-sse/README.md +for instructions on running and using the test server. ### Migrating from Previous Versions diff --git a/www/content/extensions/ws.md b/www/content/extensions/ws.md index a2fae9a7b..d35ea7e8e 100644 --- a/www/content/extensions/ws.md +++ b/www/content/extensions/ws.md @@ -241,8 +241,9 @@ specified element, namely `htmx:wsBeforeSend` and `htmx:wsAfterSend` events when ### Testing with the Demo Server Htmx includes a demo WebSockets server written in Node.js that will help you to see WebSockets in action, and begin -bootstrapping your own WebSockets code. It is located in the /test/ws-sse folder of the htmx distribution. Look at -/test/ws-sse/README.md for instructions on running and using the test server. +bootstrapping your own WebSockets code. It is located in the /test/ws-sse folder of +the [`htmx-extensions`](https://github.com/bigskysoftware/htmx-extensions) repository. Look at /test/ws-sse/README.md +for instructions on running and using the test server. ### Migrating from Previous Versions