docs(upgrade): fix link to upgrade example

Closes #1608
This commit is contained in:
Sonny Scroggin
2018-07-20 19:34:25 -05:00
committed by Sean McArthur
parent 8a04a97464
commit 05c1179e82

View File

@@ -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;