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 %>/', } ]