Doc: Fix broken link on for-loop.html
This commit is contained in:
parent
00aa3cbecc
commit
c618c5f36a
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ also called a ‘vector’, and it’s 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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue