From 48f77578ea2a6e53cb469cef89f849ded9578458 Mon Sep 17 00:00:00 2001 From: Kaz Wesley Date: Mon, 11 Jun 2018 21:54:54 -0700 Subject: [PATCH] fix url in example --- src/ws/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ws/client.rs b/src/ws/client.rs index d1f1402a..6cb66173 100644 --- a/src/ws/client.rs +++ b/src/ws/client.rs @@ -118,7 +118,7 @@ impl From for ClientError { /// /// Example of `WebSocket` client usage is available in /// [websocket example]( -/// https://github.com/actix/actix-web/blob/master/examples/websocket/src/client.rs#L24) +/// https://github.com/actix/examples/blob/master/websocket/src/client.rs#L24) pub struct Client { request: ClientRequestBuilder, err: Option,