From 3f2d921fef5a6ddbc1131124989998bfe5c19920 Mon Sep 17 00:00:00 2001 From: pawel duzinkiewicz Date: Tue, 9 Oct 2018 20:28:54 +0200 Subject: [PATCH] fix dead example link --- README-template.hbs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-template.hbs b/README-template.hbs index 5cfec7f..892fd6d 100644 --- a/README-template.hbs +++ b/README-template.hbs @@ -164,7 +164,7 @@ docs](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html). ### Threads See [the Dining Philosophers -example](https://doc.rust-lang.org/1.4.0/book/first-edition/dining-philosophers.html) and the +example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the [Concurrency Chapter](https://doc.rust-lang.org/book/second-edition/ch16-01-threads.html) from the book. diff --git a/README.md b/README.md index 56ae8e8..ac4b4b6 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ docs](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html). ### Threads See [the Dining Philosophers -example](https://doc.rust-lang.org/1.4.0/book/first-edition/dining-philosophers.html) and the +example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the [Concurrency Chapter](https://doc.rust-lang.org/book/second-edition/ch16-01-threads.html) from the book.