summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorsergey-raevskiy <ccik@inbox.ru>2015-07-15 00:52:55 +0300
committerSergey.Raevskiy <admin@admin.com>2015-07-15 02:32:44 +0300
commit2ac7242889cf704886282b4a7d8f70b5432311d1 (patch)
tree0c24aebdb4a2bc6b227c87c33db438861bba3184 /tests/runtest.cmd
parent78b4a624a655f53346ef5db386b7823bdf453a52 (diff)
downloadcoreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.tar.gz
coreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.tar.bz2
coreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.zip
Update documentation links
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 280bb46380..c752842979 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -45,12 +45,12 @@ set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
set UseRoslynCompiler=true
:CheckMSBuild14
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
-if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/corefx/blob/master/Documentation/developer-guide.md for build instructions. && exit /b 1
+if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions. && exit /b 1
:: Set the environment for the build- Vs cmd prompt
call "!VS%__VSProductVersion%COMNTOOLS!\VsDevCmd.bat"
-if not defined VSINSTALLDIR echo Error: runtest.cmd should be run from a Visual Studio Command Prompt. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/developer-guide.md for build instructions. && exit /b 1
+if not defined VSINSTALLDIR echo Error: runtest.cmd should be run from a Visual Studio Command Prompt. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions. && exit /b 1
if not defined __BuildArch set __BuildArch=x64