]> git.proxmox.com Git - cargo.git/commitdiff
Fix Rust and Cargo nightly Windows links.
authorMike Boutin <mike.boutin@gmail.com>
Sun, 21 Sep 2014 22:07:18 +0000 (18:07 -0400)
committerMike Boutin <mike.boutin@gmail.com>
Sun, 21 Sep 2014 22:13:46 +0000 (18:13 -0400)
Closes #615.

src/doc/index.md

index 1df9fc72884a1e1eea2091d451cf67b9f376c2b7..4ffd5a4dc60a21b5371c2865e22cec257f57138b 100644 (file)
@@ -12,8 +12,8 @@ $ curl https://static.rust-lang.org/rustup.sh | sudo bash
 This will get you the latest Rust nightly for your platform along with
 the latest Cargo. You should run this script almost every day to get the latest updates.
 
-If you are on Windows, you can directly download the latest [Rust](http://static.rust-lang.org/dist/rust-nightly-install.exe)
-and [Cargo](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-mingw32.tar.gz) nightlies.
+If you are on Windows, you can directly download the latest [Rust](https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe)
+and [Cargo](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz) nightlies.
 
 Alternatively, you can build Cargo from source.