File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ pub trait DoubleEndedIterator: Iterator {
106
106
/// `nth_back()` will return [`None`] if `n` is greater than or equal to the length of the
107
107
/// iterator.
108
108
///
109
- /// [`None`]: ../../std/option/enum.Option.html#variant.None
110
- /// [`nth`]: ../../std/iter/trait.Iterator.html#method.nth
109
+ /// [`nth`]: crate::iter::Iterator::nth
111
110
///
112
111
/// # Examples
113
112
///
@@ -274,8 +273,7 @@ pub trait DoubleEndedIterator: Iterator {
274
273
/// argument is a double reference. You can see this effect in the
275
274
/// examples below, with `&&x`.
276
275
///
277
- /// [`Some(element)`]: ../../std/option/enum.Option.html#variant.Some
278
- /// [`None`]: ../../std/option/enum.Option.html#variant.None
276
+ /// [`Some(element)`]: Some
279
277
///
280
278
/// # Examples
281
279
///
You can’t perform that action at this time.
0 commit comments