diff --git a/src/runtime/mod.rs b/src/runtime/mod.rs index 9e7b700c939..759616829ef 100644 --- a/src/runtime/mod.rs +++ b/src/runtime/mod.rs @@ -106,7 +106,7 @@ //! [timer]: ../timer/index.html //! [`Runtime`]: struct.Runtime.html //! [`Reactor`]: ../reactor/struct.Reactor.html -//! [`ThreadPool`]: ../executor/thread_pool/struct.ThreadPool.html +//! [`ThreadPool`]: https://docs.rs/tokio-threadpool/0.1/tokio_threadpool/struct.ThreadPool.html //! [`run`]: fn.run.html //! [idle]: struct.Runtime.html#method.shutdown_on_idle //! [`tokio::spawn`]: ../executor/fn.spawn.html