From 578591a3db98bc645aae4bcc2eed85db458a4e24 Mon Sep 17 00:00:00 2001 From: Kurt Kremitzki Date: Tue, 16 Nov 2021 15:54:27 -0600 Subject: [PATCH] Update book repo links for default branch rename --- README.md | 2 +- src/ch00-00-introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b1236b45..91c64ce25 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $ mdbook test We'd love your help! Please see [CONTRIBUTING.md][contrib] to learn about the kinds of contributions we're looking for. -[contrib]: https://github.com/rust-lang/book/blob/master/CONTRIBUTING.md +[contrib]: https://github.com/rust-lang/book/blob/main/CONTRIBUTING.md Because the book is [printed](https://nostarch.com/rust), and because we want to keep the online version of the book close to the print version when diff --git a/src/ch00-00-introduction.md b/src/ch00-00-introduction.md index 2a1b7745c..5319698a7 100644 --- a/src/ch00-00-introduction.md +++ b/src/ch00-00-introduction.md @@ -187,4 +187,4 @@ doesn’t compile. The source files from which this book is generated can be found on [GitHub][book]. -[book]: https://github.com/rust-lang/book/tree/master/src +[book]: https://github.com/rust-lang/book/tree/main/src