diff --git a/src/lib.rs b/src/lib.rs index 1f51008a..c3d8e514 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://hyperium.github.io/hyper/hyper/index.html")] +#![doc(html_root_url = "https://hyperium.github.io/hyper/")] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] #![cfg_attr(all(test, feature = "nightly"), feature(test))]