diff --git a/README.md b/README.md index 0ddc45b..7cd2b57 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Check out the [Iterators chapter of the book](https://doc.rust-lang.org/stable/b ### Threads -See [the Dining Philosophers example](https://doc.rust-lang.org/stable/book/dining-philosophers.html) and the [Concurrency Chapter](https://doc.rust-lang.org/stable/book/concurrency.html) from the book. +See [the Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the [Concurrency Chapter](https://doc.rust-lang.org/stable/book/concurrency.html) from the book. - ["threads1.rs"]()