From b14b297e6face7df615f67e4e90997363faf8ff9 Mon Sep 17 00:00:00 2001 From: Robert Pfister Date: Thu, 15 Mar 2018 16:20:42 -0400 Subject: [PATCH] Fix broken link for Windows Build Tools. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8e4dceba..17d64020f7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Install all the required tools and configurations using Microsoft's [windows-bui Install tools and configuration manually: * Visual C++ Build Environment: - * Option 1: Install [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools) using the **Default Install** option. + * Option 1: Install [Visual C++ Build Tools](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017) using the **Build Tools for Visual Studio 2017** option. * Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.