diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index 4a0706906ee9c..d546d69c9993a 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -1129,7 +1129,7 @@ pub trait FromIterator { /// Conversion into an `Iterator` /// /// Implementing this trait allows you to use your type with Rust's `for` loop. See -/// the [module level documentation](../index.html) for more details. +/// the [module level documentation](index.html) for more details. #[stable(feature = "rust1", since = "1.0.0")] pub trait IntoIterator { /// The type of the elements being iterated