From 26523837c67a45b7b951e06a854a7d5203e56bcf Mon Sep 17 00:00:00 2001 From: Cyd Haselton Date: Sun, 16 Apr 2017 13:36:17 -0500 Subject: [PATCH] Fixed CI link (#11003) Updated link referenced in CI builds; old link was broken --- Documentation/project-docs/contributing-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md index d88e098..ff21143 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. -- 2.7.4