about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-11 13:51:41 -0800
committerbors <bors@rust-lang.org>2014-02-11 13:51:41 -0800
commit2ab248af38c982f42a0a1acf0769e71fa7e77db7 (patch)
tree95bcba3e6c3e056c02b58ee126b231f198325a11 /src/libstd
parentbe3cbcb4314570cd974d349b92e761eaef5078fb (diff)
parentde6ed9c0cee2680e89ccb203be97fedc47729f54 (diff)
downloadrust-2ab248af38c982f42a0a1acf0769e71fa7e77db7.tar.gz
rust-2ab248af38c982f42a0a1acf0769e71fa7e77db7.zip
auto merge of #12183 : SimonSapin/rust/patch-4, r=alexcrichton
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/iter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/iter.rs b/src/libstd/iter.rs
index 0b1c084a546..d141da68dfd 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.
 
 */