From b02ac66589d123fb59209fb0d9776986a0445b4c Mon Sep 17 00:00:00 2001 From: Bryce Fisher-Fleig Date: Sun, 3 Aug 2014 12:59:56 -0700 Subject: [PATCH] Update guide.md Encourage users to access rustup.sh over HTTPS from github.com not HTTP from www.rust-lang.org --- src/doc/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 871728ef3d76f..d4e7e2d46849c 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -32,7 +32,7 @@ Linux or a Mac, all you need to do is this (note that you don't need to type in the `$`s, they just indicate the start of each command): ```{ignore} -$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh +$ curl -s https://raw.githubusercontent.com/rust-lang/rust-www/gh-pages/rustup.sh | sudo sh ``` (If you're concerned about `curl | sudo sh`, please keep reading. Disclaimer @@ -46,7 +46,7 @@ Not every programming language is great for everyone. Just pass an argument to the script: ```{ignore} -$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall +$ curl -s https://raw.githubusercontent.com/rust-lang/rust-www/gh-pages/rustup.sh | sudo sh -s -- --uninstall ``` If you used the Windows installer, just re-run the `.exe` and it will give you