about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-15 19:12:44 +0000
committerbors <bors@rust-lang.org>2014-12-15 19:12:44 +0000
commit92e9e70d15bcf8d29890bf93793be402ad629229 (patch)
tree1650163cf1fd1136c825a214eaaccf523b8f2d84 /src
parent1b97cd338b5d425b24e821e815d84005e38b390a (diff)
parentbd776b50908e919a7e7d166d13cf8f107cd47116 (diff)
auto merge of #19882 : steveklabnik/rust/fix_download, r=nikomatsakis
Thank you, @Ap0ph1s.
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index a6bec84a606..da111cbe6b4 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -30,9 +30,10 @@ $ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
 below.)
 
 If you're on Windows, please download either the [32-bit
-installer](https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe)
+installer](https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe)
+
 or the [64-bit
-installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-w64-mingw32.exe)
+installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.exe)
 and run it.
 
 If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay.