aboutsummaryrefslogtreecommitdiff
path: root/src/tee.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tee.rs')
-rw-r--r--src/tee.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tee.rs b/src/tee.rs
index 0b00302..ea47529 100644
--- a/src/tee.rs
+++ b/src/tee.rs
@@ -15,7 +15,7 @@ struct TeeBuffer<A, I> {
/// One half of an iterator pair where both return the same elements.
///
-/// See [`.tee()`](../trait.Itertools.html#method.tee) for more information.
+/// See [`.tee()`](crate::Itertools::tee) for more information.
#[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
#[derive(Debug)]
pub struct Tee<I>