From 8a95f40d69daffde3fbab150869f4cc2b73b1d6c Mon Sep 17 00:00:00 2001 From: YohDeadfall Date: Sun, 21 Apr 2019 10:51:10 +0300 Subject: [PATCH] Fixed link to .NET Core SDK --- Documentation/building/windows-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md index bb241408291a..1852708f9053 100644 --- a/Documentation/building/windows-instructions.md +++ b/Documentation/building/windows-instructions.md @@ -88,7 +88,7 @@ Powershell version must be 3.0 or higher. This should be the case for Windows 8 ## DotNet Core SDK While not strictly needed to build or test the .NET Core repository, having the .NET Core SDK installed lets you use the dotnet.exe command to run .NET Core applications in the 'normal' way. We use this in the [Using Your Build](../workflow/UsingYourBuild.md) instructions. Visual Studio should have -installed the .NET Core SDK, but in case it did not you can get it from the [Installing the .NET Core SDK](https://www.microsoft.com/net/core) page. +installed the .NET Core SDK, but in case it did not you can get it from the [Installing the .NET Core SDK](https://dotnet.microsoft.com/download) page. ## Adding to the default PATH variable