Skip to content

Commit

Permalink
docs(upgrade): update 0.12.x links of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 15, 2019
1 parent 5d44f88 commit 1bd6766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! ## Example
//!
//! For a small example program simply fetching a URL, take a look at the
//! [full client example](https://github.com/hyperium/hyper/blob/master/examples/client.rs).
//! [full client example](https://github.com/hyperium/hyper/blob/0.12.x/examples/client.rs).
//!
//! ```
//! extern crate hyper;
Expand Down
2 changes: 1 addition & 1 deletion src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! See [this example][example] showing how upgrades work with both
//! Clients and Servers.
//!
//! [example]: https://github.com/hyperium/hyper/blob/master/examples/upgrades.rs
//! [example]: https://github.com/hyperium/hyper/blob/0.12.x/examples/upgrades.rs

use std::any::TypeId;
use std::error::Error as StdError;
Expand Down

0 comments on commit 1bd6766

Please sign in to comment.