Fix broken link to the container guide

This commit is contained in:
Simon Sapin 2014-02-11 14:38:36 +00:00
parent 9e133d113b
commit de6ed9c0ce

View File

@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
## Iteration protocol and more ## Iteration protocol and more
More detailed information about iterators can be found in the [container 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. the rest of the rust manuals.
*/ */