Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-09-11 16:49:24 +0300
committerJan Kotas <jkotas@microsoft.com>2015-09-11 16:49:24 +0300
commit5f32b6907082f7423f74892e1850aec7a58cf70b (patch)
tree0d67b369b0fc9d91fa0dfdefb26c087c821f30ac /build.cmd
parentcea65f89fd1b9f67855b9339bba059e33c402458 (diff)
Fix link to developer guide
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index 725fa3b29d..b4fee251cc 100644
--- a/build.cmd
+++ b/build.cmd
@@ -18,7 +18,7 @@ if not defined VisualStudioVersion (
)
echo Error: build.cmd requires Visual Studio 2013 or 2015.
- echo Please see https://github.com/dotnet/corefx/blob/master/Documentation/developer-guide.md for build instructions.
+ echo Please see https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md for build instructions.
exit /b 1
)