summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/mod.rs
diff options
context:
space:
mode:
authorPen Tree <appletree2479@outlook.com>2019-11-21 04:24:17 +0800
committerEliza Weisman <eliza@buoyant.io>2019-11-20 12:24:17 -0800
commitbc150cd0b56cf6dcb7c4feab64e83b9938faa186 (patch)
treec3038169ab75c7cc16d7a2d9bded7cf015e681c0 /tokio/src/runtime/mod.rs
parent15dce2d11ad849e25f0336f09fdb1cca7e405a9e (diff)
Fix doc links (#1799)
Link fix only. After this fix, `cargo doc --package` succeeds.
Diffstat (limited to 'tokio/src/runtime/mod.rs')
-rw-r--r--tokio/src/runtime/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/runtime/mod.rs b/tokio/src/runtime/mod.rs
index a022f955..81f28255 100644
--- a/tokio/src/runtime/mod.rs
+++ b/tokio/src/runtime/mod.rs
@@ -119,7 +119,7 @@
//! }
//! ```
//!
-//! [driver]: tokio::net::driver
+//! [driver]: crate::io::driver
//! [executor]: https://tokio.rs/docs/internals/runtime-model/#executors
//! [`Runtime`]: struct.Runtime.html
//! [`Reactor`]: ../reactor/struct.Reactor.html