From e5ef02da965519f863511c46adee110b0e9f34aa Mon Sep 17 00:00:00 2001 From: John Watson Date: Mon, 7 Jun 2021 10:43:49 -0700 Subject: [PATCH] Update comment with correct URL. (#433) --- websockets/websocket/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websockets/websocket/src/main.rs b/websockets/websocket/src/main.rs index 04763475..90060889 100644 --- a/websockets/websocket/src/main.rs +++ b/websockets/websocket/src/main.rs @@ -1,5 +1,5 @@ //! Simple echo websocket server. -//! Open `http://localhost:8080/ws/index.html` in browser +//! Open `http://localhost:8080/index.html` in browser //! or [python console client](https://github.com/actix/examples/blob/master/websocket/websocket-client.py) //! could be used for testing.