Skip to content

Commit

Permalink
Fix download links of Nightly Windows installers
Browse files Browse the repository at this point in the history
The download links of Windows installers on the Nightly Rust page are using beta builds instead of nightly builds, which caused some confusions when I was setting up my env. Probably it's better to use the links of nightly builds here.
  • Loading branch information
Z1 authored and Z1 committed May 15, 2015
1 parent 7ebaf1c commit 26560e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/trpl/nightly-rust.md
Expand Up @@ -26,8 +26,8 @@ $ sh rustup.sh --channel=nightly
If you're on Windows, please download either the [32-bit installer][win32] or
the [64-bit installer][win64] and run it.

[win32]: https://static.rust-lang.org/dist/rust-1.0.0-beta-i686-pc-windows-gnu.msi
[win64]: https://static.rust-lang.org/dist/rust-1.0.0-beta-x86_64-pc-windows-gnu.msi
[win32]: https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi
[win64]: https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi

## Uninstalling

Expand Down

0 comments on commit 26560e7

Please sign in to comment.