summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mpsc/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/sync/mpsc/mod.rs')
-rw-r--r--tokio/src/sync/mpsc/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio/src/sync/mpsc/mod.rs b/tokio/src/sync/mpsc/mod.rs
index 60ae60cd..4cfd6150 100644
--- a/tokio/src/sync/mpsc/mod.rs
+++ b/tokio/src/sync/mpsc/mod.rs
@@ -33,8 +33,8 @@
//! consumes the channel to completion, at which point the receiver can be
//! dropped.
//!
-//! [`Sender`]: struct.Sender.html
-//! [`Receiver`]: struct.Receiver.html
+//! [`Sender`]: crate::sync::mpsc::Sender
+//! [`Receiver`]: crate::sync::mpsc::Receiver
pub(super) mod block;