From e095e3963eb02e979ef16797f605cfc14f396e09 Mon Sep 17 00:00:00 2001 From: Maximilian Haack Date: Sat, 16 May 2015 19:18:52 +0200 Subject: [PATCH] Update windows install links to 1.0 Fixes #25489 --- src/doc/trpl/installing-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index cce786da3d08..b182ac745b8f 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -23,8 +23,8 @@ $ sh rustup.sh 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-1.0.0-i686-pc-windows-gnu.msi +[win64]: https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi ## Uninstalling