From eff8c425a630cea37eda39a08889aca49422e232 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 28 Feb 2022 16:03:01 +0100 Subject: [PATCH] Update websockets.md (#261) --- content/docs/websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/websockets.md b/content/docs/websockets.md index 071ddba..353b4fd 100644 --- a/content/docs/websockets.md +++ b/content/docs/websockets.md @@ -16,5 +16,5 @@ The following is an example of a simple websocket echo server: [message]: https://docs.rs/actix-web-actors/2/actix_web_actors/ws/enum.Message.html [payload]: https://docs.rs/actix-web/3/actix_web/web/struct.Payload.html -[examples]: https://github.com/actix/examples/tree/master/websockets/websocket +[examples]: https://github.com/actix/examples/tree/master/websockets [chat]: https://github.com/actix/examples/tree/master/websockets/chat