From b783ddf455ee93cc38510f3179ffe18733c797c1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 21 Apr 2016 17:10:22 -0700 Subject: [PATCH] fix(Cargo.toml): update documentation link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b115b790bd..abe15f2f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "hyper" version = "0.9.0" description = "A modern HTTP library." readme = "README.md" -documentation = "http://hyperium.github.io/hyper/hyper/index.html" +documentation = "http://hyperium.github.io/hyper" repository = "https://github.com/hyperium/hyper" license = "MIT" authors = ["Sean McArthur ",