diff --git a/guide/src/qs_9.md b/guide/src/qs_9.md index dbca38384..70d1e018f 100644 --- a/guide/src/qs_9.md +++ b/guide/src/qs_9.md @@ -43,7 +43,7 @@ fn main() { ``` Simple websocket echo server example is available in -[examples directory](https://github.com/actix/actix-web/blob/master/examples/websocket.rs). +[examples directory](https://github.com/actix/actix-web/blob/master/examples/websocket). Example chat server with ability to chat over websocket connection or tcp connection is available in [websocket-chat directory](https://github.com/actix/actix-web/tree/master/examples/websocket-chat/)