We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5b21e commit 41b943aCopy full SHA for 41b943a
src/doc/src/getting-started/installation.md
@@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
8
On Linux and macOS systems, this is done as follows:
9
10
```console
11
-$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
+$ curl https://sh.rustup.rs -sSf | sh
12
```
13
14
It will download a script, and start the installation. If everything goes well,
0 commit comments