about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-02-11 14:38:36 +0000
committerSimon Sapin <simon.sapin@exyr.org>2014-02-11 14:38:36 +0000
commitde6ed9c0cee2680e89ccb203be97fedc47729f54 (patch)
tree9c04742b67fe17137b49f4e8700791125f0090dc /src/libstd
parent9e133d113ba45e146d091c699f5235052f798012 (diff)
downloadrust-de6ed9c0cee2680e89ccb203be97fedc47729f54.tar.gz
rust-de6ed9c0cee2680e89ccb203be97fedc47729f54.zip
Fix broken link to the container guide
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.
 
 */