From 445fddeb2807d9bd108a9464337e53f5e3a38925 Mon Sep 17 00:00:00 2001 From: Ryan Kilpadi <47367209+rkilpadi@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:30:53 +0100 Subject: [PATCH] [Documentation] Update location of ws/sse demo server (#3052) --- www/content/extensions/sse.md | 5 +++-- www/content/extensions/ws.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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