diff --git a/README.md b/README.md index 1c9150d2d3..88cb9b777e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Particle Documentation [![Build Status](https://travis-ci.org/particle-iot/docs.svg?branch=master)](https://travis-ci.org/particle-iot/docs) +Particle Documentation [![CircleCI](https://circleci.com/gh/particle-iot/docs/tree/master.svg?style=shield)](https://circleci.com/gh/particle-iot/docs/tree/master) ====================== Here you'll find the documentation for the Particle platform, including @@ -74,7 +74,7 @@ To run the tests locally, run: npm test ``` -The result will indicate whether the build will pass Travis CI. +The result will indicate whether the build will pass CircleCI. #### Deployment @@ -86,9 +86,9 @@ npm start Updating Production Documention ------------------------------- -When updated documentation is pushed to the `master` branch, it is automatically pushed to Amazon S3 by Travis CI. +When updated documentation is pushed to the `master` branch, it is automatically pushed to Amazon S3 by CircleCI. -To see the latest build, visit the [Travis CI page](https://travis-ci.org/particle-iot/docs). +To see the latest build, visit the [CircleCI page](https://app.circleci.com/pipelines/github/particle-iot/docs). Organization ------------ diff --git a/package-lock.json b/package-lock.json index 88d3f5911f..8b1bd375f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4431,8 +4431,8 @@ } }, "metalsmith-autotoc": { - "version": "git://github.com/particle-iot/metalsmith-autotoc.git#02a534733c03969ca1bb1f01cb389af5417afe1b", - "from": "git://github.com/particle-iot/metalsmith-autotoc.git", + "version": "github:particle-iot/metalsmith-autotoc#02a534733c03969ca1bb1f01cb389af5417afe1b", + "from": "github:particle-iot/metalsmith-autotoc", "requires": { "async": "^0.9.0", "cheerio": "^0.22.0", @@ -4473,8 +4473,8 @@ } }, "metalsmith-copy": { - "version": "git://github.com/particle-iot/metalsmith-copy.git#e3cb4c9b6ee592d3b9d0c146fcc8fc683c8d8682", - "from": "git://github.com/particle-iot/metalsmith-copy.git#improved-ci", + "version": "github:particle-iot/metalsmith-copy#e3cb4c9b6ee592d3b9d0c146fcc8fc683c8d8682", + "from": "github:particle-iot/metalsmith-copy#improved-ci", "requires": { "debug": "^2.2.0", "lodash": "^3.10.1", @@ -4547,8 +4547,8 @@ } }, "metalsmith-ignore": { - "version": "git://github.com/particle-iot/metalsmith-ignore.git#6c2336adabf73b4bed7d9c21166b9bce838d58fd", - "from": "git://github.com/particle-iot/metalsmith-ignore.git", + "version": "github:particle-iot/metalsmith-ignore#6c2336adabf73b4bed7d9c21166b9bce838d58fd", + "from": "github:particle-iot/metalsmith-ignore", "requires": { "multimatch": "^2.1.0" } @@ -4631,7 +4631,7 @@ "dependencies": { "debug": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz", + "resolved": "http://registry.npmjs.org/debug/-/debug-0.7.4.tgz", "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=" } } @@ -4719,8 +4719,8 @@ } }, "metalsmith-register-partials": { - "version": "git://github.com/particle-iot/metalsmith-register-partials.git#5ae138f75a2ce61cad1365d671d739bdddebf934", - "from": "git://github.com/particle-iot/metalsmith-register-partials.git", + "version": "github:particle-iot/metalsmith-register-partials#5ae138f75a2ce61cad1365d671d739bdddebf934", + "from": "github:particle-iot/metalsmith-register-partials", "requires": { "extend": "^2.0.0" }, @@ -7208,7 +7208,7 @@ }, "yargs": { "version": "3.10.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "resolved": "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", "requires": { "camelcase": "^1.0.2", @@ -7679,7 +7679,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "requires": { "string-width": "^1.0.1", @@ -7706,7 +7706,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" diff --git a/package.json b/package.json index 79136a48f7..46b078fff3 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "marked": "~0.3.1", "md5": "^2.2.1", "metalsmith": "^2.3.0", - "metalsmith-autotoc": "git://github.com/particle-iot/metalsmith-autotoc", + "metalsmith-autotoc": "github:particle-iot/metalsmith-autotoc", "metalsmith-canonical": "^1.2.0", "metalsmith-clean-css": "^6.1.3", - "metalsmith-copy": "git://github.com/particle-iot/metalsmith-copy#improved-ci", + "metalsmith-copy": "github:particle-iot/metalsmith-copy#improved-ci", "metalsmith-filemetadata": "1.0.0", "metalsmith-gzip": "^1.1.0", "metalsmith-if": "0.0.1", - "metalsmith-ignore": "git://github.com/particle-iot/metalsmith-ignore", + "metalsmith-ignore": "github:particle-iot/metalsmith-ignore", "metalsmith-in-place": "^1.0.1", "metalsmith-layouts": "^1.8.0", "metalsmith-less": "^2.0.0", @@ -52,7 +52,7 @@ "metalsmith-permalinks": "^0.4.0", "metalsmith-redirect": "^2.1.0", "metalsmith-register-helpers": "0.4.0", - "metalsmith-register-partials": "git://github.com/particle-iot/metalsmith-register-partials", + "metalsmith-register-partials": "github:particle-iot/metalsmith-register-partials", "metalsmith-serve": "0.0.7", "metalsmith-watch": "^1.0.1", "mocha": "^8.4.0", diff --git a/test/crawler.js b/test/crawler.js index 47af42a5cf..c93e6f1a4f 100644 --- a/test/crawler.js +++ b/test/crawler.js @@ -8,7 +8,7 @@ var util = require('util'); var chalk = require('chalk'); var _ = require('lodash'); -// Ignore links to these hosts since they occasionally fail on Travis +// Ignore links to these hosts since they occasionally fail on CI // even though the links are valid. It's worth the risk of dead links to // avoid flaky builds var ignoreHosts = [