From 7bd22702907dfde91f9e8697cfb223a5c89b85ab Mon Sep 17 00:00:00 2001 From: wojciechkepka <46892771+wojciechkepka@users.noreply.github.com> Date: Thu, 26 Dec 2019 11:42:07 +0100 Subject: [PATCH] Fix link to example in readme.md (#1236) * Fix link to example in readme.md * Add links to openssl and rustls examples * Rustls should be uppercase --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f09b0fa..3c231d998 100644 --- a/README.md +++ b/README.md @@ -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/)