Skip to content

Commit 05c1179

Browse files
scrogsonseanmonstar
authored andcommitted
docs(upgrade): fix link to upgrade example
Closes #1608
1 parent 8a04a97 commit 05c1179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upgrade.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! See [this example][example] showing how upgrades work with both
44
//! Clients and Servers.
55
//!
6-
//! [example]: https://github.com/hyperium/hyper/master/examples/upgrades.rs
6+
//! [example]: https://github.com/hyperium/hyper/blob/master/examples/upgrades.rs
77
88
use std::any::TypeId;
99
use std::error::Error as StdError;

0 commit comments

Comments
 (0)