From efff5f72acb6842f90bfa490dbbb5d04d9d1a20c Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sat, 2 Feb 2019 15:07:23 +0000 Subject: [PATCH] Link to the relevant section in the new book. --- first-edition/src/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-edition/src/error-handling.md b/first-edition/src/error-handling.md index e40c6ca86..35b780ae7 100644 --- a/first-edition/src/error-handling.md +++ b/first-edition/src/error-handling.md @@ -3,7 +3,7 @@ The first edition of the book is no longer distributed with Rust's documentation. If you came here via a link or web search, you may want to check out [the current -version of the book](../index.html) instead. +version of the book](../ch09-00-error-handling.html) instead. If you have an internet connection, you can [find a copy distributed with Rust