summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTomas Weinfurt <tweinfurt@yahoo.com>2017-05-16 23:15:54 -0700
committerTomas Weinfurt <tweinfurt@yahoo.com>2017-05-16 23:15:54 -0700
commit66d6c4669126476a2b1d2c74e4607b9fb1070874 (patch)
tree621423de8d6233b0d409b41b0713dd1496e1a3fc /Documentation
parent0b625bfdbb97565b7d489d1d083cfaf4dbd47e0d (diff)
downloadcoreclr-66d6c4669126476a2b1d2c74e4607b9fb1070874.tar.gz
coreclr-66d6c4669126476a2b1d2c74e4607b9fb1070874.tar.bz2
coreclr-66d6c4669126476a2b1d2c74e4607b9fb1070874.zip
correct link to Using Your Build
Diffstat (limited to 'Documentation')
-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 303bec8cc0..4122711174 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -93,7 +93,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 tests 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](Documentation/workflow/UsingYourBuild.md) instructions. Visual Studio 2015 (update 3) should have
+[Using Your Build](../workflow/UsingYourBuild.md) instructions. Visual Studio 2015 (update 3) 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.
## Adding to the default PATH variable