From 81efd538da99a3eac014e108a77dcee6a5b3f5b7 Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Thu, 28 Apr 2022 09:54:43 -0700 Subject: [PATCH] chore: remove git.io link fixes #989 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8afab36..b9bbb5f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -155,7 +155,7 @@ module.exports = function (grunt) { options: { banner: [ '/*!', - 'normalize.css v<%= pkg.devDependencies["normalize-css"] %> | MIT License | git.io/normalize', + 'normalize.css v<%= pkg.devDependencies["normalize-css"] %> | MIT License | https://necolas.github.io/normalize.css/', 'Copyright (c) Nicolas Gallagher and Jonathan Neal', '*/\n' ].join('\n')