From 41be1db8bc4b7aea3dd4c4ba5c0fd6a48b7edf67 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 4 Nov 2017 12:35:55 -0700 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a402cbb..c25d6f53d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Actix web automatically upgrades connection to `http/2` if possible. ### Negotiation To use http/2 protocol over tls without prior knowlage requires -[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only +[tls alpn](https://tools.ietf.org/html/rfc7301). At the moment only rust-openssl supports alpn. ```toml