summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyd Haselton <chaselton@gmail.com>2017-04-16 13:36:17 -0500
committerJan Kotas <jkotas@microsoft.com>2017-04-16 11:36:17 -0700
commit26523837c67a45b7b951e06a854a7d5203e56bcf (patch)
treedbc472a823493b8951bfef9b2d7e9677fc587ce6
parente0b8c96334016770680d64fc83a8e7dbdeb657ee (diff)
downloadcoreclr-26523837c67a45b7b951e06a854a7d5203e56bcf.tar.gz
coreclr-26523837c67a45b7b951e06a854a7d5203e56bcf.tar.bz2
coreclr-26523837c67a45b7b951e06a854a7d5203e56bcf.zip
Fixed CI link (#11003)
Updated link referenced in CI builds; old link was broken
-rw-r--r--Documentation/project-docs/contributing-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md
index d88e098ebf..ff21143d7a 100644
--- a/Documentation/project-docs/contributing-workflow.md
+++ b/Documentation/project-docs/contributing-workflow.md
@@ -62,7 +62,7 @@ the PR.
PR - CI Process
===============
-The [dotnet continuous integration](http://dotnet-ci.cloudapp.net/) (CI) system will automatically perform the required builds and run tests (including the ones you are expected to run) for PRs. Builds and test runs must be clean.
+The [dotnet continuous integration](http://ci.dot.net/) (CI) system will automatically perform the required builds and run tests (including the ones you are expected to run) for PRs. Builds and test runs must be clean.
If the CI build fails for any reason, the PR issue will be updated with a link that can be used to determine the cause of the failure.