summaryrefslogtreecommitdiff
path: root/exercises/threads/README.md
diff options
context:
space:
mode:
authorgushroom <gustav.wahl@gmail.com>2019-05-26 14:57:56 +0200
committergushroom <gustav.wahl@gmail.com>2019-05-26 14:57:56 +0200
commitfd1441d122f24c7b1a9a34a1bfc2e9a4409f6da6 (patch)
treeb2cff747d26f02d5c6e8ad24266e2ec4bb98d8ab /exercises/threads/README.md
parent1f07fd4150abbc47fae25431865f4bcfb31b4aea (diff)
fixed outdated links
Diffstat (limited to 'exercises/threads/README.md')
-rw-r--r--exercises/threads/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/threads/README.md b/exercises/threads/README.md
index 90581fa..2024292 100644
--- a/exercises/threads/README.md
+++ b/exercises/threads/README.md
@@ -1 +1 @@
-For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/2018-edition/ch16-01-threads.html) of the Rust Book. \ No newline at end of file
+For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/ch16-01-threads.html) of the Rust Book. \ No newline at end of file