From 0a959b9cf567acc3f27d673d79fe77ee5bd8af7b Mon Sep 17 00:00:00 2001 From: wojciechkepka <46892771+wojciechkepka@users.noreply.github.com> Date: Thu, 26 Dec 2019 10:52:13 +0100 Subject: [PATCH] Add links to openssl and rustls examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f4dcc8b..7b28c73d9 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/rustls/) +* [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/)