diff --git a/app.json b/app.json index 42dd0cd..637c35d 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "name": "Start on Vehicle: Node.js", "description": "A Vehicle 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" } diff --git a/server/app.json b/server/app.json index 16e8ae8..d62b67b 100644 --- a/server/app.json +++ b/server/app.json @@ -2,7 +2,7 @@ "name": "Start on Vehicle: Node.js", "description": "A Vehicle Node.js app using Express 4", "repository": "https://git.heroku.com/vehicle-demo-para1.git", - "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" } diff --git a/server/app.json~ b/server/app.json~ index 42dd0cd..637c35d 100644 --- a/server/app.json~ +++ b/server/app.json~ @@ -2,7 +2,7 @@ "name": "Start on Vehicle: Node.js", "description": "A Vehicle 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" }