From 242c5b1f1d51ab298fa9f044278b592f2282d449 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Sat, 8 Dec 2018 01:23:25 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- web_app/app.json | 2 +- web_app/node_modules/mime-db/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_app/app.json b/web_app/app.json index 20ef2d3..865ea37 100644 --- a/web_app/app.json +++ b/web_app/app.json @@ -2,6 +2,6 @@ "name": "Philly Housing", "description": "CIS 550 Project", "repository": "https://github.com/danicafine/philly-housing/tree/master/web_app", - "logo": "https://rawgit.com/heroku/node-js-sample/master/public/node.svg", + "logo": "https://cdn.jsdelivr.net/gh/heroku/node-js-sample/public/node.svg", "keywords": ["node", "express", "static"] } diff --git a/web_app/node_modules/mime-db/README.md b/web_app/node_modules/mime-db/README.md index 2416c6d..72ff092 100644 --- a/web_app/node_modules/mime-db/README.md +++ b/web_app/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