summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoh Deadfall <yoh.deadfall@hotmail.com>2019-04-21 19:59:20 +0300
committerAaron Robinson <arobins@microsoft.com>2019-04-21 09:59:20 -0700
commitc48969221da787abaa0c6f1477ec9c864f0455d2 (patch)
tree217d078f6981e3622409b1fc3f0239a0e12a107a
parent472d840077d05336c812657353de5334e8fdccf0 (diff)
downloadcoreclr-c48969221da787abaa0c6f1477ec9c864f0455d2.tar.gz
coreclr-c48969221da787abaa0c6f1477ec9c864f0455d2.tar.bz2
coreclr-c48969221da787abaa0c6f1477ec9c864f0455d2.zip
Fixed link to .NET Core SDK (#24147)
-rw-r--r--Documentation/building/windows-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index bb24140829..1852708f90 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