From 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e Mon Sep 17 00:00:00 2001 From: Russell Cousineau Date: Thu, 6 Jun 2019 20:17:22 -0700 Subject: chore: Fix a couple broken book links --- exercises/error_handling/errorsn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/error_handling') 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 -- cgit v1.2.3