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