From 7cbaf1b39117983452662e4097a25e45fecb75a7 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 28 Feb 2022 14:48:50 +0100 Subject: [PATCH] Update http2.md (#260) --- 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 dbb21c6..75aa70f 100644 --- a/content/docs/http2.md +++ b/content/docs/http2.md @@ -32,4 +32,4 @@ Upgrades to _HTTP/2.0_ schema described in [rfc section 3.2][rfcsection32] is no [rfcsection34]: https://http2.github.io/http2-spec/#rfc.section.3.4 [bindopenssl]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind_openssl [tlsalpn]: https://tools.ietf.org/html/rfc7301 -[examples]: https://github.com/actix/examples/tree/master/security/rustls +[examples]: https://github.com/actix/examples/tree/master/https-tls/rustls