Skip to content

Commit

Permalink
Fix link to example in readme.md (actix#1236)
Browse files Browse the repository at this point in the history
* Fix link to example in readme.md

* Add links to openssl and rustls examples

* Rustls should be uppercase
  • Loading branch information
vv9k authored and JohnTitor committed Dec 26, 2019
1 parent a4ad5e6 commit 7bd2270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ 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/)
* [OpenSSL](https://github.com/actix/examples/tree/master/openssl/)
* [Rustls](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/)

Expand Down

0 comments on commit 7bd2270

Please sign in to comment.