Skip to content

Commit

Permalink
docs(upgrade): fix link to upgrade example
Browse files Browse the repository at this point in the history
Closes #1608
  • Loading branch information
scrogson authored and seanmonstar committed Jul 21, 2018
1 parent 8a04a97 commit 05c1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05c1179

Please sign in to comment.