diff --git a/archives/grall/node_modules/mime-db/README.md b/archives/grall/node_modules/mime-db/README.md index 7662440b..2de5e6ba 100644 --- a/archives/grall/node_modules/mime-db/README.md +++ b/archives/grall/node_modules/mime-db/README.md @@ -29,7 +29,7 @@ JSON file using [RawGit](https://rawgit.com/). It is recommended to replace JSON format may change in the future. ``` -https://cdn.rawgit.com/jshttp/mime-db/master/db.json +https://cdn.jsdelivr.net/gh/jshttp/mime-db/db.json ``` ## Usage diff --git a/archives/grall/node_modules/update-notifier/node_modules/chalk/readme.md b/archives/grall/node_modules/update-notifier/node_modules/chalk/readme.md index 5cf111e3..7c2aac9b 100644 --- a/archives/grall/node_modules/update-notifier/node_modules/chalk/readme.md +++ b/archives/grall/node_modules/update-notifier/node_modules/chalk/readme.md @@ -1,7 +1,7 @@



- chalk + chalk


diff --git a/archives/grall/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/readme.md b/archives/grall/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/readme.md index bfab0676..f2cc845d 100644 --- a/archives/grall/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/readme.md +++ b/archives/grall/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/readme.md @@ -1,6 +1,6 @@


- got + got


diff --git a/src/communication/v1m3/app.json b/src/communication/v1m3/app.json index bd96ff98..58340abb 100644 --- a/src/communication/v1m3/app.json +++ b/src/communication/v1m3/app.json @@ -2,7 +2,7 @@ "name": "Start on Heroku: Node.js", "description": "A barebones Node.js app using Express 4", "repository": "https://github.com/heroku/node-js-getting-started", - "logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg", + "logo": "https://cdn.jsdelivr.net/gh/heroku/node-js-getting-started/public/node.svg", "keywords": ["node", "express", "heroku"], "image": "heroku/nodejs" }