From f72f758477758598d13f9f6cb9bc23ef7614b441 Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Thu, 9 Jun 2016 16:35:41 -0700 Subject: [PATCH] Move VC++ Build Tools to Build Tools landing page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d908bdb049..c3357fb2fe 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You will also need to install: * This step will install `gcc` and the related toolchain containing `make` * On Windows: * Visual C++ Build Environment: - * Option 1: Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install** option. + * Option 1: Install [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools) using the **Default Install** option. * Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.