Skip to content

Commit de6ed9c

Browse files
committed
Fix broken link to the container guide
1 parent 9e133d1 commit de6ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
5959
## Iteration protocol and more
6060
6161
More detailed information about iterators can be found in the [container
62-
tutorial](http://static.rust-lang.org/doc/master/tutorial-container.html) with
62+
guide](http://static.rust-lang.org/doc/master/guide-container.html) with
6363
the rest of the rust manuals.
6464
6565
*/

0 commit comments

Comments
 (0)