]> git.proxmox.com Git - cargo.git/commitdiff
Update the rustup URL
authorWesley Moore <wes@wezm.net>
Mon, 17 Dec 2018 23:41:30 +0000 (10:41 +1100)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 23:41:30 +0000 (10:41 +1100)
src/doc/src/getting-started/installation.md

index 43598ef3bcc667abe966bf504e4cc24f14cb565f..d7e55db1975c55fca169b91f64fd41c93f22f2ee 100644 (file)
@@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
 On Linux and macOS systems, this is done as follows:
 
 ```console
-$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
+$ curl https://sh.rustup.rs -sSf | sh
 ```
 
 It will download a script, and start the installation. If everything goes well,