Skip to content

Commit

Permalink
Fix HTTP client link (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-szabo97 authored Feb 18, 2021
1 parent 3b93c62 commit 8336505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Static assets
* SSL support using OpenSSL or Rustls
* Middlewares ([Logger, Session, CORS, etc](https://actix.rs/docs/middleware/))
* Includes an async [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
* Includes an async [HTTP client](https://docs.rs/actix-web/latest/actix_web/client/index.html)
* Runs on stable Rust 1.46+

## Documentation
Expand Down

0 comments on commit 8336505

Please sign in to comment.