]> git.proxmox.com Git - cargo.git/commitdiff
Fix install link.
authorEric Huss <eric@huss.org>
Sun, 9 Dec 2018 01:34:48 +0000 (17:34 -0800)
committerEric Huss <eric@huss.org>
Sun, 9 Dec 2018 01:34:48 +0000 (17:34 -0800)
The new website broke the old links. They are setting up redirects (https://github.com/rust-lang/www.rust-lang.org/pull/597), but I figured may as well use the new location to avoid the redirect.

src/doc/src/getting-started/installation.md

index fa9da24454e274bfd99a2941f746dcd4450f0b0e..43598ef3bcc667abe966bf504e4cc24f14cb565f 100644 (file)
@@ -15,7 +15,7 @@ It will download a script, and start the installation. If everything goes well,
 you’ll see this appear:
 
 ```console
-Rust is installed now. Great! 
+Rust is installed now. Great!
 ```
 
 On Windows, download and run [rustup-init.exe]. It will start the installation
@@ -33,5 +33,5 @@ Alternatively, you can [build Cargo from source][compiling-from-source].
 
 [rust]: https://www.rust-lang.org/
 [rustup-init.exe]: https://win.rustup.rs/
-[install-rust]: https://www.rust-lang.org/install.html
+[install-rust]: https://www.rust-lang.org/tools/install
 [compiling-from-source]: https://github.com/rust-lang/cargo#compiling-from-source