about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-15 11:43:43 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-15 11:43:43 -0400
commite7e7c0fc85341bf1b861d6a3d6ca2ec1ad1de76c (patch)
tree261865c3f4445a38bea8a91963b274c678272a4f /src/libcore
parenta691f1eefea586f154700be6ee1b991158f82b7f (diff)
downloadrust-e7e7c0fc85341bf1b861d6a3d6ca2ec1ad1de76c.tar.gz
rust-e7e7c0fc85341bf1b861d6a3d6ca2ec1ad1de76c.zip
Fix link in intoiterator docs
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/iter.rs2
1 files changed, 1 insertions, 1 deletions
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