From e7e7c0fc85341bf1b861d6a3d6ca2ec1ad1de76c Mon Sep 17 00:00:00 2001
From: Steve Klabnik <steve@steveklabnik.com>
Date: Wed, 15 Apr 2015 11:43:43 -0400
Subject: [PATCH] Fix link in intoiterator docs

---
 src/libcore/iter.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs
index 4a0706906ee..d546d69c999 100644
--- a/src/libcore/iter.rs
+++ b/src/libcore/iter.rs
@@ -1129,7 +1129,7 @@ pub trait FromIterator<A> {
 /// 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