about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-15 21:17:42 +0000
committerbors <bors@rust-lang.org>2015-05-15 21:17:42 +0000
commita9ea33fa30fc2c1a8084e035455ba2a0a0dfea3e (patch)
tree790942b2e93bcc94779d4389ca0a9a89f5e1c0ec /src
parent716f920b7e234b450f272346fea961832505c06e (diff)
parent26560e75b702c2254bb8a031276fcffda9bc1bde (diff)
downloadrust-a9ea33fa30fc2c1a8084e035455ba2a0a0dfea3e.tar.gz
rust-a9ea33fa30fc2c1a8084e035455ba2a0a0dfea3e.zip
Auto merge of #25437 - MazinZ1:master, r=alexcrichton
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.
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/nightly-rust.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/nightly-rust.md b/src/doc/trpl/nightly-rust.md
index 2f3055deb04..7d60041e39d 100644
--- a/src/doc/trpl/nightly-rust.md
+++ b/src/doc/trpl/nightly-rust.md
@@ -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