From 8da75d001d74380a6b5057ef12146fb507249e03 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 13 Mar 2020 05:51:51 +0900 Subject: [PATCH] Fix rustls example link --- content/docs/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/http2.md b/content/docs/http2.md index c93c1e1..9622ef7 100644 --- a/content/docs/http2.md +++ b/content/docs/http2.md @@ -32,4 +32,4 @@ connection and tls connection. [rfc section 3.4][rfcsection34]. [rfcsection34]: https://http2.github.io/http2-spec/#rfc.section.3.4 [bindopenssl]: https://docs.rs/actix-web/2/actix_web/struct.HttpServer.html#method.bind_openssl [tlsalpn]: https://tools.ietf.org/html/rfc7301 -[examples]: https://github.com/actix/examples/tree/master/tls +[examples]: https://github.com/actix/examples/tree/master/rustls