diff --git a/www/content/attributes/hx-sse.md b/www/content/attributes/hx-sse.md
index 980806e8..b9d5dea7 100644
--- a/www/content/attributes/hx-sse.md
+++ b/www/content/attributes/hx-sse.md
@@ -84,7 +84,7 @@ data:
Content to swap into your HTML page.
### Test SSE Server
-Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/sse to experiment.
+Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/ws-sse to experiment.
## Notes
diff --git a/www/content/attributes/hx-ws.md b/www/content/attributes/hx-ws.md
index ff413297..afd59224 100644
--- a/www/content/attributes/hx-ws.md
+++ b/www/content/attributes/hx-ws.md
@@ -44,7 +44,7 @@ Own implementations can be provided by setting `htmx.config.wsReconnectDelay` to
### Test Web Sockets Server
-Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/ws to experiment.
+Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/ws-sse to experiment.
## Notes
diff --git a/www/content/extensions/server-sent-events.md b/www/content/extensions/server-sent-events.md
index 8192c3be..181d47fb 100644
--- a/www/content/extensions/server-sent-events.md
+++ b/www/content/extensions/server-sent-events.md
@@ -103,7 +103,7 @@ If the SSE Event Stream is closed unexpectedly, browsers are supposed to attempt
### Testing SSE Connections with the Demo Server
-Htmx includes a demo SSE server written in Go that will help you to see SSE in action, and begin bootstrapping your own SSE code. It is located in the /test/servers/sse folder of the htmx distribution. Look at /test/servers/ws/README.md for instructions on running and using the test 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.
### Migrating from Previous Versions
diff --git a/www/content/extensions/web-sockets.md b/www/content/extensions/web-sockets.md
index 9bb08dd3..ba7c12f3 100644
--- a/www/content/extensions/web-sockets.md
+++ b/www/content/extensions/web-sockets.md
@@ -237,9 +237,9 @@ specified element, namely `htmx:wsBeforeSend` and `htmx:wsAfterSend` events when
### Testing with the Demo Server
-Htmx includes a demo WebSockets server written in Go that will help you to see WebSockets in action, and begin
-bootstrapping your own WebSockets code. It is located in the /test/servers/ws folder of the htmx distribution. Look at
-/test/servers/ws/README.md for instructions on running and using the test 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.
### Migrating from Previous Versions