From 580eae2ce74dcf37c467db768f5b179c3ddf4cf4 Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 22 Dec 2015 12:42:55 -0800 Subject: [PATCH] Fix Visual Studio download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4025f2b7ea..d01ee156fe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In order to be able to get new builds of the DNX, and switch between them, you n ## Getting Started on Windows -The easiest way to get started on Windows is to grab the latest preview of Visual Studio 2015, which can be found [here](http://go.microsoft.com/fwlink/?LinkId=521794). +The easiest way to get started on Windows is to grab the latest version of Visual Studio 2015, which can be found [here](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx). Visual Studio will install DNVM for you, so if you open a developer command prompt and type `dnvm` you should get some help text.