From: Cyd Haselton Date: Sun, 16 Apr 2017 18:36:17 +0000 (-0500) Subject: Fixed CI link (dotnet/coreclr#11003) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=366d849831d3b2e2ab6839b50cca2191ac2a187d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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.