Skip to content

Commit 7f07f31

Browse files
committed
Rollup merge of rust-lang#29715 - defuz:patch-3, r=alexcrichton
r? @steveklabnik See rust-lang#27305
2 parents 605ee3f + c618c5f commit 7f07f31

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)