From 41b943a302c497d160f47c76ad559fa887fac4b4 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 18 Dec 2018 10:41:30 +1100 Subject: [PATCH] Update the rustup URL --- src/doc/src/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/getting-started/installation.md b/src/doc/src/getting-started/installation.md index 43598ef3bcc..d7e55db1975 100644 --- a/src/doc/src/getting-started/installation.md +++ b/src/doc/src/getting-started/installation.md @@ -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,