From 02d14fb0264a50d92d9ffeb7d3dc841d608a76bc Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Sat, 4 Nov 2017 15:59:06 -0700 Subject: [PATCH] isbn-verifier: Use second-edition links in README We forgot to apply https://github.com/exercism/rust/pull/368 to https://github.com/exercism/rust/pull/378 Further, it seems this was forgotten in https://github.com/exercism/rust/pull/382 --- exercises/isbn-verifier/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exercises/isbn-verifier/README.md b/exercises/isbn-verifier/README.md index 890fb9961..43bc55449 100644 --- a/exercises/isbn-verifier/README.md +++ b/exercises/isbn-verifier/README.md @@ -54,7 +54,7 @@ to pass again. The test file is located in the `tests` directory. You can also remove the ignore flag from all the tests to get them to run all at once if you wish. -Make sure to read the [Crates and Modules](https://doc.rust-lang.org/stable/book/crates-and-modules.html) chapter if you +Make sure to read the [Modules](https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html) chapter if you haven't already, it will help you with organizing your files. ## Feedback, Issues, Pull Requests @@ -64,7 +64,8 @@ The [exercism/rust](https://github.com/exercism/rust) repository on GitHub is th If you want to know more about Exercism, take a look at the [contribution guide](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md). [help-page]: http://exercism.io/languages/rust -[crates-and-modules]: http://doc.rust-lang.org/stable/book/crates-and-modules.html +[modules]: https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html +[cargo]: https://doc.rust-lang.org/book/second-edition/ch14-00-more-about-cargo.html ## Source