From 8bf47313a4eb05a80802d866d448f70ef4fa40d5 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Fri, 7 Dec 2018 21:21:22 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index e69dfc18d7..d363f8c043 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,6 @@ "name": "Node.js Sample", "description": "A barebones Node.js app using Express 4", "repository": "https://github.com/heroku/node-js-sample", - "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"] }