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