Skip to content

Commit 41b943a

Browse files
authored
Update the rustup URL
1 parent bd5b21e commit 41b943a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
88
On Linux and macOS systems, this is done as follows:
99

1010
```console
11-
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
11+
$ curl https://sh.rustup.rs -sSf | sh
1212
```
1313

1414
It will download a script, and start the installation. If everything goes well,

0 commit comments

Comments
 (0)