Update links to pages in the tokio.rs going-deeper section

See: tokio-rs/website#72
This commit is contained in:
Dan Munckton
2017-04-25 19:26:43 +01:00
parent 29144e6c9b
commit 3111443113
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
//! addition to a description of the [low level details].
//!
//! [found online]: https://tokio.rs/docs/getting-started/core/
//! [low level details]: https://tokio.rs/docs/going-deeper/core-low-level/
//! [low level details]: https://tokio.rs/docs/going-deeper-tokio/core-low-level/
#![deprecated(note = "moved to the `tokio-io` crate")]
+1 -1
View File
@@ -37,7 +37,7 @@ use reactor::io_token::IoToken;
///
/// You can find more information about creating a custom I/O object [online].
///
/// [online]: https://tokio.rs/docs/going-deeper/core-low-level/#custom-io
/// [online]: https://tokio.rs/docs/going-deeper-tokio/core-low-level/#custom-io
pub struct PollEvented<E> {
token: IoToken,
handle: Remote,