diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-12-15 09:55:56 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-12-15 09:55:56 -0500 |
| commit | bd776b50908e919a7e7d166d13cf8f107cd47116 (patch) | |
| tree | b5018573c71ffe1797e54ed4fd757dd58b3cc30c | |
| parent | 126db549b038c84269a1e4fe46f051b2c15d6970 (diff) | |
| download | rust-bd776b50908e919a7e7d166d13cf8f107cd47116.tar.gz rust-bd776b50908e919a7e7d166d13cf8f107cd47116.zip | |
Fix windows download links
Thank you, @Ap0ph1s.
| -rw-r--r-- | src/doc/guide.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 6e178a2648d..57e23730e79 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. |
