about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRaphaƫl Huchet <rap2hpoutre@users.noreply.github.com>2017-05-31 11:38:19 +0200
committerGitHub <noreply@github.com>2017-05-31 11:38:19 +0200
commit69f822524f417ec9ab50131379eb34412c3b2b19 (patch)
treeef55d2258d6a9728614fedde71ed9d598a636dbd /src
parentf89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff)
downloadrust-69f822524f417ec9ab50131379eb34412c3b2b19.tar.gz
rust-69f822524f417ec9ab50131379eb34412c3b2b19.zip
fix links to "module-level documentation"
Diffstat (limited to 'src')
-rw-r--r--src/libcore/iter/traits.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs
index 798dda19928..015cc150dc2 100644
--- a/src/libcore/iter/traits.rs
+++ b/src/libcore/iter/traits.rs
@@ -109,7 +109,7 @@ pub trait FromIterator<A>: Sized {
     ///
     /// See the [module-level documentation] for more.
     ///
-    /// [module-level documentation]: trait.FromIterator.html
+    /// [module-level documentation]: index.html
     ///
     /// # Examples
     ///
@@ -219,7 +219,7 @@ pub trait IntoIterator {
     ///
     /// See the [module-level documentation] for more.
     ///
-    /// [module-level documentation]: trait.IntoIterator.html
+    /// [module-level documentation]: index.html
     ///
     /// # Examples
     ///