summaryrefslogtreecommitdiff
path: root/exercises/error_handling
diff options
context:
space:
mode:
authorRussell Cousineau <miller.time.baby@gmail.com>2019-06-06 20:17:22 -0700
committerRussell Cousineau <miller.time.baby@gmail.com>2019-06-11 07:13:05 -0700
commit63c133e4a3f48bc15a75797dcea98bcf2f81cf2e (patch)
treea547970c3311411a11b43491206a82db77cb94d3 /exercises/error_handling
parentb8d59d699bed76b6be95d1ed41881d00d4b0d533 (diff)
chore: Fix a couple broken book links
Diffstat (limited to 'exercises/error_handling')
-rw-r--r--exercises/error_handling/errorsn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/error_handling/errorsn.rs b/exercises/error_handling/errorsn.rs
index b670729..ea1905e 100644
--- a/exercises/error_handling/errorsn.rs
+++ b/exercises/error_handling/errorsn.rs
@@ -195,7 +195,7 @@ impl error::Error for CreationError {
// can be returned from the same function because all errors act the same
// since they all implement the `error::Error` trait.
// Check out this section of the book:
-// https://doc.rust-lang.org/stable/book/second-edition/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
+// https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator