Skip to content

Commit c618c5f

Browse files
committed
Doc: Fix broken link on for-loop.html
1 parent 00aa3cb commit c618c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/dining-philosophers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ also called a ‘vector’, and it’s a growable array type. We then use a
232232
[`for`][for] loop to iterate through the vector, getting a reference to each
233233
philosopher in turn.
234234

235-
[for]: for-loops.html
235+
[for]: loops.html#for
236236

237237
In the body of the loop, we call `p.eat()`, which is defined above:
238238

0 commit comments

Comments
 (0)