File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424//! ## Example
2525//!
2626//! For a small example program simply fetching a URL, take a look at the
27- //! [full client example](https://github.com/hyperium/hyper/blob/master /examples/client.rs).
27+ //! [full client example](https://github.com/hyperium/hyper/blob/0.12.x /examples/client.rs).
2828//!
2929//! ```
3030//! extern crate hyper;
Original file line number Diff line number Diff line change 33//! See [this example][example] showing how upgrades work with both
44//! Clients and Servers.
55//!
6- //! [example]: https://github.com/hyperium/hyper/blob/master /examples/upgrades.rs
6+ //! [example]: https://github.com/hyperium/hyper/blob/0.12.x /examples/upgrades.rs
77
88use std:: any:: TypeId ;
99use std:: error:: Error as StdError ;
You can’t perform that action at this time.
0 commit comments