We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a04a97 commit 05c1179Copy full SHA for 05c1179
src/upgrade.rs
@@ -3,7 +3,7 @@
3
//! See [this example][example] showing how upgrades work with both
4
//! Clients and Servers.
5
//!
6
-//! [example]: https://github.com/hyperium/hyper/master/examples/upgrades.rs
+//! [example]: https://github.com/hyperium/hyper/blob/master/examples/upgrades.rs
7
8
use std::any::TypeId;
9
use std::error::Error as StdError;
0 commit comments