Merge pull request #201 from munckymagik/update-tokio_rs-links

Update links to pages in the tokio.rs going-deeper section
This commit is contained in:
Alex Crichton 2017-04-25 14:08:49 -05:00 committed by GitHub
commit 4545110f45
2 changed files with 2 additions and 2 deletions

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")]

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,