From 575781d1a141cf053ce6d0ca44fd3084d568db00 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Fri, 12 Jan 2024 05:52:52 +0100 Subject: [PATCH] Correct the link to rust reference The current link provides a link to two versions of the book, both redirecting to the "current version", which is the link this PR uses --- src/about-this-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about-this-guide.md b/src/about-this-guide.md index f43f86e5f..793bfa9e6 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -91,7 +91,7 @@ You might also find the following sites useful: [gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here [stddocs]: https://doc.rust-lang.org/std [rif]: http://internals.rust-lang.org -[rr]: https://doc.rust-lang.org/book/README.html +[rr]: https://doc.rust-lang.org/book/ [rustforge]: https://forge.rust-lang.org/ [tlgba]: https://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: https://www.rustaceans.org/