Skip to content

Commit 18aa5fb

Browse files
committed
Auto merge of #6404 - ehuss:fix-install-link, r=alexcrichton
Fix install link. The new website broke the old links. They are setting up redirects (rust-lang/www.rust-lang.org#597), but I figured may as well use the new location to avoid the redirect.
2 parents c4b5a63 + 7c823bf commit 18aa5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It will download a script, and start the installation. If everything goes well,
1515
you’ll see this appear:
1616

1717
```console
18-
Rust is installed now. Great!
18+
Rust is installed now. Great!
1919
```
2020

2121
On Windows, download and run [rustup-init.exe]. It will start the installation
@@ -33,5 +33,5 @@ Alternatively, you can [build Cargo from source][compiling-from-source].
3333

3434
[rust]: https://www.rust-lang.org/
3535
[rustup-init.exe]: https://win.rustup.rs/
36-
[install-rust]: https://www.rust-lang.org/install.html
36+
[install-rust]: https://www.rust-lang.org/tools/install
3737
[compiling-from-source]: https://github.com/rust-lang/cargo#compiling-from-source

0 commit comments

Comments
 (0)