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:
authorDominic Catherin <dominic.catherin@gmail.com>2015-02-10 04:37:17 +0300
committerDominic Catherin <dominic.catherin@gmail.com>2015-02-10 04:37:17 +0300
commit7d9fc4af563d4224c41d5321fa264b7bbfe3d813 (patch)
tree4543fff49b8807875304944e5fb94440c972ce5e /build.cmd
parent7da9e8de780a46459daa8bd4a23a83f12b4f7166 (diff)
Fix incorrect url for 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 98ac5be9c3..cf8652e7b3 100644
--- a/build.cmd
+++ b/build.cmd
@@ -10,7 +10,7 @@ setlocal
if not defined VS120COMNTOOLS (
if not defined VS140COMNTOOLS (
echo Error: build.cmd should be run from a Visual Studio 2013 or 2015 Command Prompt.
- echo Please see https://github.com/dotnet/corefx/wiki/Developer%%20Guide for build instructions.
+ echo Please see https://github.com/dotnet/corefx/wiki/Developer-Guide for build instructions.
exit /b 1
)
)