Skip to content

Commit 9518775

Browse files
committed
Point to rustup.rs.
1 parent 947b87e commit 9518775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ assumed to be already installed.
1616

1717
###0. Install Rust (including Cargo) if you haven't already
1818

19-
See the [Rust download page](https://www.rust-lang.org/downloads.html). For
19+
See [rustup.rs](https://rustup.rs/). For
2020
Linux and OS X, this means:
2121
```
22-
curl -sSf https://static.rust-lang.org/rustup.sh | sh
22+
curl https://sh.rustup.rs -sSf | sh
2323
```
2424

2525
###1. Clone encoding_rs

0 commit comments

Comments
 (0)