Fixed CI link (#11003)
authorCyd Haselton <chaselton@gmail.com>
Sun, 16 Apr 2017 18:36:17 +0000 (13:36 -0500)
committerJan Kotas <jkotas@microsoft.com>
Sun, 16 Apr 2017 18:36:17 +0000 (11:36 -0700)
Updated link referenced in CI builds; old link was broken

Documentation/project-docs/contributing-workflow.md

index d88e098..ff21143 100644 (file)
@@ -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.