From 95669896fa43ca6dd638323cd9283ede34550dd3 Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Tue, 7 Jun 2016 15:56:55 -0700 Subject: [PATCH] Update dead dining philosophers link to the 1.4.0 book example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]()