From a01b23fee4c76a7e0d8c8c3261bdcf3a9840ccd3 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 20 Jul 2021 20:37:21 -0400 Subject: [PATCH] Link directly to other installation page. Fixes #1609 --- src/ch01-01-installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ch01-01-installation.md b/src/ch01-01-installation.md index 96e45aebd0..1e3a75df53 100644 --- a/src/ch01-01-installation.md +++ b/src/ch01-01-installation.md @@ -4,8 +4,10 @@ The first step is to install Rust. We’ll download Rust through `rustup`, a command line tool for managing Rust versions and associated tools. You’ll need an internet connection for the download. -> Note: If you prefer not to use `rustup` for some reason, please see [the Rust -> installation page](https://www.rust-lang.org/tools/install) for other options. +> Note: If you prefer not to use `rustup` for some reason, please see the +> [Other Rust Installation Methods page][install] for more options. + +[install]: https://forge.rust-lang.org/infra/other-installation-methods.html The following steps install the latest stable version of the Rust compiler. Rust’s stability guarantees ensure that all the examples in the book that