From 567d3d05ce904569f8830e44b92436c708ec5018 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Sun, 20 May 2018 18:28:45 -0700 Subject: [PATCH] Correct path --- websocket/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/src/main.rs b/websocket/src/main.rs index 69857d58..c7bc58b6 100644 --- a/websocket/src/main.rs +++ b/websocket/src/main.rs @@ -1,6 +1,6 @@ //! Simple echo websocket server. //! Open `http://localhost:8080/ws/index.html` in browser -//! or [python console client](https://github.com/actix/actix-web/blob/master/examples/websocket-client.py) +//! or [python console client](https://github.com/actix/examples/blob/master/websocket/websocket-client.py) //! could be used for testing. #![allow(unused_variables)]