Skip to content

Commit 3f2d921

Browse files
committed
fix dead example link
1 parent 3adea8f commit 3f2d921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ docs](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html).
164164
### Threads
165165

166166
See [the Dining Philosophers
167-
example](https://doc.rust-lang.org/1.4.0/book/first-edition/dining-philosophers.html) and the
167+
example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the
168168
[Concurrency Chapter](https://doc.rust-lang.org/book/second-edition/ch16-01-threads.html) from the
169169
book.
170170

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ docs](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html).
177177
### Threads
178178

179179
See [the Dining Philosophers
180-
example](https://doc.rust-lang.org/1.4.0/book/first-edition/dining-philosophers.html) and the
180+
example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the
181181
[Concurrency Chapter](https://doc.rust-lang.org/book/second-edition/ch16-01-threads.html) from the
182182
book.
183183

0 commit comments

Comments
 (0)