From 05c1179e82b407d31947c9c70e79256316ae9641 Mon Sep 17 00:00:00 2001 From: Sonny Scroggin <sonny@scrogg.in> Date: Fri, 20 Jul 2018 19:34:25 -0500 Subject: [PATCH] docs(upgrade): fix link to upgrade example Closes #1608 --- src/upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upgrade.rs b/src/upgrade.rs index 19743dea0b..4cac855728 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;