diff --git a/src/upgrade.rs b/src/upgrade.rs index 19743dea..4cac8557 100644 --- a/src/upgrade.rs +++ b/src/upgrade.rs @@ -3,7 +3,7 @@ //! See [this example][example] showing how upgrades work with both //! Clients and Servers. //! -//! [example]: https://github.com/hyperium/hyper/master/examples/upgrades.rs +//! [example]: https://github.com/hyperium/hyper/blob/master/examples/upgrades.rs use std::any::TypeId; use std::error::Error as StdError;