From bbcfffee464317aa9b66714986cf728885d8e837 Mon Sep 17 00:00:00 2001 From: eyelash Date: Mon, 4 Sep 2017 17:55:52 +0200 Subject: [PATCH] Fix hyper link in README (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d774b08..4819eb4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ specification. It does not handle: * Any feature not described by the HTTP/2.0 specification. The intent is that this crate will eventually be used by -[hyper](github.com/hyperium/hyper), which will provide all of these features. +[hyper](https://github.com/hyperium/hyper), which will provide all of these features. ## Usage