From fc8cde383aae5e4ce487fc2792cf408f44d408f9 Mon Sep 17 00:00:00 2001 From: Ryan Huang Date: Sat, 5 Jan 2019 07:51:17 -0800 Subject: [PATCH] docs: fix link to ThreadPool (#830) --- src/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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