Skip to content

Commit 0c339ff

Browse files
Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik
fix links to "module-level documentation" see #42267
2 parents b62eb7f + 69f8225 commit 0c339ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/iter/traits.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub trait FromIterator<A>: Sized {
109109
///
110110
/// See the [module-level documentation] for more.
111111
///
112-
/// [module-level documentation]: trait.FromIterator.html
112+
/// [module-level documentation]: index.html
113113
///
114114
/// # Examples
115115
///
@@ -219,7 +219,7 @@ pub trait IntoIterator {
219219
///
220220
/// See the [module-level documentation] for more.
221221
///
222-
/// [module-level documentation]: trait.IntoIterator.html
222+
/// [module-level documentation]: index.html
223223
///
224224
/// # Examples
225225
///

0 commit comments

Comments
 (0)