Installation section has the following note for users who don't want to install using rustup https://doc.rust-lang.org/book/second-edition/ch01-01-installation.html#installation > Note: If you prefer not to use rustup for some reason, please see the Rust installation page for other options. The installation section points to https://www.rust-lang.org/en-US/install.html where the page still uses `rustup` and the user has to scroll down to "Other installation methods" section to get to https://www.rust-lang.org/en-US/other-installers.html. Would it make sense to directly link to https://www.rust-lang.org/en-US/other-installers.html from the rust book section note ? This is more of a suggestion and I am okay if this is closed. Related issue where this was added https://github.com/rust-lang/book/issues/178 Thanks for the book :)