From 41aaad3daed9aba83f20cf21b02c4ded8b011e7f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 11 Apr 2014 06:57:30 -0700 Subject: [PATCH] Updated Using Rust on Windows (markdown) --- Using-Rust-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Rust-on-Windows.md b/Using-Rust-on-Windows.md index 4a54ae6..a5d682a 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -10,4 +10,4 @@ The current recommended way of obtaining Rust's prerequisites is by using the [m 3. Use Rust compiler from mingw-builds terminal (there will be a shortcut in the Start menu), or add `\mingw32\bin` directory to your PATH. 4. Verify Rust installation at mingw-builds terminal by typing `rustc --help` -[Rust installer]: http://static.rust-lang.org/dist/rust-0.9-install.exe +[Rust installer]: http://static.rust-lang.org/dist/rust-nightly-install.exe