Skip to content

Commit 1bd6766

Browse files
committed
docs(upgrade): update 0.12.x links of examples
1 parent 5d44f88 commit 1bd6766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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;

src/upgrade.rs

Lines changed: 1 addition & 1 deletion
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/blob/master/examples/upgrades.rs
6+
//! [example]: https://github.com/hyperium/hyper/blob/0.12.x/examples/upgrades.rs
77
88
use std::any::TypeId;
99
use std::error::Error as StdError;

0 commit comments

Comments
 (0)