Skip to content

Commit d7e58ee

Browse files
authored
Fix links by deleting book version
1 parent ffb165c commit d7e58ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/error_handling/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
For this exercise check out the sections:
2-
- [Error Handling](https://doc.rust-lang.org/book/2018-edition/ch09-02-recoverable-errors-with-result.html)
3-
- [Generics](https://doc.rust-lang.org/book/2018-edition/ch10-01-syntax.html)
2+
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
3+
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
44

5-
of the Rust Book.
5+
of the Rust Book.

0 commit comments

Comments
 (0)