Doc: Fix broken link on for-loop.html

This commit is contained in:
Ivan Ivaschenko 2015-11-09 17:49:30 +02:00
parent 00aa3cbecc
commit c618c5f36a

View File

@ -232,7 +232,7 @@ also called a vector, and its a growable array type. We then use a
[`for`][for] loop to iterate through the vector, getting a reference to each
philosopher in turn.
[for]: for-loops.html
[for]: loops.html#for
In the body of the loop, we call `p.eat()`, which is defined above: