mirror of
https://github.com/actix/actix-web.git
synced 2025-02-06 22:32:19 +00:00
fix url in example
This commit is contained in:
parent
9b012b3304
commit
48f77578ea
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ impl From<HttpResponseParserError> 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<ClientError>,
|
||||
|
|
Loading…
Reference in a new issue