about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMaximilian Haack <mxhaack@gmail.com>2015-05-16 19:18:52 +0200
committerMaximilian Haack <mxhaack@gmail.com>2015-05-16 19:18:52 +0200
commite095e3963eb02e979ef16797f605cfc14f396e09 (patch)
tree8500900de43aa7ab4105967643e6b6b9254d5ea8 /src
parent76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3 (diff)
downloadrust-e095e3963eb02e979ef16797f605cfc14f396e09.tar.gz
rust-e095e3963eb02e979ef16797f605cfc14f396e09.zip
Update windows install links to 1.0
Fixes #25489
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/installing-rust.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index cce786da3d0..b182ac745b8 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