1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00

Fix rustls example link

This commit is contained in:
Yuki Okushi 2020-03-13 05:51:51 +09:00
parent 0b9a56aa2a
commit 8da75d001d
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

View File

@ -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