From 1b096ba6e1464bbb31cef3cde9f1e1462d362619 Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 1 Sep 2018 18:32:31 +0100 Subject: [PATCH] Docs: update VS C++ link --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 117b2cef..bae31b98 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -66,7 +66,7 @@ You can install it on **GNU/Linux** and **Mac OS X** with: curl https://sh.rustup.rs -sSf | sh ``` -On **Windows**, you'll need, if you don't already have them, to download and install the [Visual C++ 2015 Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools). Then, download the [rustup installer](https://www.rust-lang.org/en-US/install.html) and run it. +On **Windows**, you'll need, if you don't already have them, to download and install the [Visual C++ 2015 Build Tools](https://www.microsoft.com/en-us/download/details.aspx?id=48159). Then, download the [rustup installer](https://www.rust-lang.org/en-US/install.html) and run it. ## Getting and compiling the Plume source code