diff options
| author | bors <bors@rust-lang.org> | 2019-05-26 13:58:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-26 13:58:24 +0000 |
| commit | e2092a4ddd018ac161bc67b4788e5aaeed2dbebc (patch) | |
| tree | b2cff747d26f02d5c6e8ad24266e2ec4bb98d8ab | |
| parent | 1f07fd4150abbc47fae25431865f4bcfb31b4aea (diff) | |
| parent | fd1441d122f24c7b1a9a34a1bfc2e9a4409f6da6 (diff) | |
Auto merge of #165 - gushroom:fix-outdated-links, r=komaeda
fixed outdated links
The links had the 2018 book in them and they were outdated.
| -rw-r--r-- | exercises/standard_library_types/README.md | 4 | ||||
| -rw-r--r-- | exercises/threads/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/exercises/standard_library_types/README.md b/exercises/standard_library_types/README.md index 46d2ff2..4528802 100644 --- a/exercises/standard_library_types/README.md +++ b/exercises/standard_library_types/README.md @@ -1,5 +1,5 @@ -For the Arc exercise check out the chapter [Shared-State Concurrency](https://doc.rust-lang.org/book/2018-edition/ch16-03-shared-state.html) of the Rust Book. +For the Arc exercise check out the chapter [Shared-State Concurrency](https://doc.rust-lang.org/book/ch16-03-shared-state.html) of the Rust Book. -For the Iterator exercise check out the chapters [Iterator](https://doc.rust-lang.org/book/2018-edition/ch13-02-iterators.html) of the Rust Book and the [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.htmlj). +For the Iterator exercise check out the chapters [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html) of the Rust Book and the [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/). Do not adjust your monitors-- iterators 1 and 2 are indeed missing. Iterator 3 is a bit challenging so we're leaving space for some exercises to lead up to it! 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 |
