From 0b7e3ecd1daf79277f7e4faac77e6d9b0d230d48 Mon Sep 17 00:00:00 2001 From: Lars Trieloff <trieloff@adobe.com> Date: Mon, 4 Dec 2017 15:10:16 +0100 Subject: [PATCH] [trivial] update links to build server --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0337512..af8ebbc 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,8 @@ This will run our Jasmine test suite as well as lint the JavaScript according to ### CI -[Jenkins](https://devexp.ci.corp.adobe.com:12001/blue/organizations/jenkins/jsonschema2md/). - -Continuous integration runs on the [Developer Experience's Jenkins instance](https://devexp.ci.corp.adobe.com:12001) under the [jsonschema2md job](https://devexp.ci.corp.adobe.com:12001/blue/organizations/jenkins/jsonschema2md/pr). All pull requests automatically trigger a job that runs the [tests](#tests) by executing the [`Jenkinsfile`](Jenkinsfile). +Continuous integration runs on [CircleCI](https://circleci.com/gh/adobe/jsonschema2md). +All pull requests automatically trigger a job that runs the [tests](#tests) by executing the [`Jenkinsfile`](Jenkinsfile). ### Code Coverage -- GitLab