mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: fix url in docs (#1173)
This commit is contained in:
parent
df2c3cd475
commit
aac6998c22
@ -115,7 +115,7 @@
|
|||||||
//!
|
//!
|
||||||
//! [`Reactor`]: struct.Reactor.html
|
//! [`Reactor`]: struct.Reactor.html
|
||||||
//! [`Registration`]: struct.Registration.html
|
//! [`Registration`]: struct.Registration.html
|
||||||
//! [runtime model]: https://tokio.rs/docs/getting-started/runtime-model/
|
//! [runtime model]: https://tokio.rs/docs/internals/runtime-model/
|
||||||
//! [epoll]: http://man7.org/linux/man-pages/man7/epoll.7.html
|
//! [epoll]: http://man7.org/linux/man-pages/man7/epoll.7.html
|
||||||
//! [kqueue]: https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
|
//! [kqueue]: https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
|
||||||
//! [IOCP]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365198(v=vs.85).aspx
|
//! [IOCP]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365198(v=vs.85).aspx
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
//! [concurrent-rt]: ../struct.Runtime.html
|
//! [concurrent-rt]: ../struct.Runtime.html
|
||||||
//! [chan]: https://docs.rs/futures/0.1/futures/sync/mpsc/fn.channel.html
|
//! [chan]: https://docs.rs/futures/0.1/futures/sync/mpsc/fn.channel.html
|
||||||
//! [reactor]: ../../reactor/struct.Reactor.html
|
//! [reactor]: ../../reactor/struct.Reactor.html
|
||||||
//! [executor]: https://tokio.rs/docs/getting-started/runtime-model/#executors
|
//! [executor]: https://tokio.rs/docs/internals/runtime-model/#executors
|
||||||
//! [timer]: ../../timer/index.html
|
//! [timer]: ../../timer/index.html
|
||||||
|
|
||||||
mod builder;
|
mod builder;
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! [reactor]: ../reactor/struct.Reactor.html
|
//! [reactor]: ../reactor/struct.Reactor.html
|
||||||
//! [executor]: https://tokio.rs/docs/getting-started/runtime-model/#executors
|
//! [executor]: https://tokio.rs/docs/internals/runtime-model/#executors
|
||||||
//! [timer]: ../timer/index.html
|
//! [timer]: ../timer/index.html
|
||||||
//! [`Runtime`]: struct.Runtime.html
|
//! [`Runtime`]: struct.Runtime.html
|
||||||
//! [`Reactor`]: ../reactor/struct.Reactor.html
|
//! [`Reactor`]: ../reactor/struct.Reactor.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user