mirror of
https://github.com/actix/actix-web.git
synced 2025-04-09 19:34:05 +00:00
Fix link to example in readme.md
This commit is contained in:
parent
a4ad5e6b69
commit
8342b6e0e7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ async fn main() -> std::io::Result<()> {
|
|||
[Askama](https://github.com/actix/examples/tree/master/template_askama/) templates
|
||||
* [Diesel integration](https://github.com/actix/examples/tree/master/diesel/)
|
||||
* [r2d2](https://github.com/actix/examples/tree/master/r2d2/)
|
||||
* [SSL / HTTP/2.0](https://github.com/actix/examples/tree/master/tls/)
|
||||
* [SSL / HTTP/2.0](https://github.com/actix/examples/tree/master/rustls/)
|
||||
* [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/)
|
||||
* [Json](https://github.com/actix/examples/tree/master/json/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue