fix(Cargo.toml): update documentation link

This commit is contained in:
Sean McArthur
2016-04-21 17:10:22 -07:00
parent eda5ca5b7f
commit b783ddf455

View File

@@ -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 <sean.monstar@gmail.com>",