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 24
24
//! ## Example
25
25
//!
26
26
//! 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).
28
28
//!
29
29
//! ```
30
30
//! extern crate hyper;
Original file line number Diff line number Diff line change 3
3
//! See [this example][example] showing how upgrades work with both
4
4
//! Clients and Servers.
5
5
//!
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
7
7
8
8
use std:: any:: TypeId ;
9
9
use std:: error:: Error as StdError ;
You can’t perform that action at this time.
0 commit comments