1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

Merge pull request #304 from kazcw/master

fix url in example
This commit is contained in:
Nikolay Kim 2018-06-12 03:58:48 -07:00 committed by GitHub
commit 6f38d769a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>,