From 8ac5c91004656a03936c21c1adbcdbbfe531d349 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 22 Mar 2019 09:52:09 +0100 Subject: [PATCH] Link license corrections Follow-up for 7316bdc99f24fb37363e3945fa01a74c9baad862 --- README.md | 2 +- scripts/grunt/options/compress.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c84bfd0e87..1d8a50ebc6c 100644 --- a/README.md +++ b/README.md @@ -163,5 +163,5 @@ plugin development. ## License -Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE.md). +Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE). diff --git a/scripts/grunt/options/compress.js b/scripts/grunt/options/compress.js index 943a42bb571..bdd2feb851a 100644 --- a/scripts/grunt/options/compress.js +++ b/scripts/grunt/options/compress.js @@ -15,7 +15,7 @@ module.exports = function(config) { }, { expand: true, - src: ['LICENSE.md', 'README.md', 'NOTICE.md'], + src: ['LICENSE', 'README.md', 'NOTICE.md'], dest: '<%= pkg.name %>-<%= pkg.version %>/', } ]