summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorDiod FR <didier.broca@gmail.com>2019-04-08 22:02:04 +0200
committerGitHub <noreply@github.com>2019-04-08 22:02:04 +0200
commitd7e58ee1af3945dc2b13f2ebb9daa7c2b2a26175 (patch)
treef12fad53c7fd72c6510102eb514961dc88458556 /exercises
parentffb165ce2602b2e22fb5a31781af7e0e7277c457 (diff)
Fix links by deleting book version
Diffstat (limited to 'exercises')
-rw-r--r--exercises/error_handling/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/error_handling/README.md b/exercises/error_handling/README.md
index 2a53803..cf66c2b 100644
--- a/exercises/error_handling/README.md
+++ b/exercises/error_handling/README.md
@@ -1,5 +1,5 @@
For this exercise check out the sections:
-- [Error Handling](https://doc.rust-lang.org/book/2018-edition/ch09-02-recoverable-errors-with-result.html)
-- [Generics](https://doc.rust-lang.org/book/2018-edition/ch10-01-syntax.html)
+- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
+- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
-of the Rust Book. \ No newline at end of file
+of the Rust Book.