From de6ed9c0cee2680e89ccb203be97fedc47729f54 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 11 Feb 2014 14:38:36 +0000 Subject: [PATCH] Fix broken link to the container guide --- src/libstd/iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/iter.rs b/src/libstd/iter.rs index 0b1c084a5467f..d141da68dfd7b 100644 --- a/src/libstd/iter.rs +++ b/src/libstd/iter.rs @@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type. ## Iteration protocol and more More detailed information about iterators can be found in the [container -tutorial](http://static.rust-lang.org/doc/master/tutorial-container.html) with +guide](http://static.rust-lang.org/doc/master/guide-container.html) with the rest of the rust manuals. */