Browse Source

Link license corrections

Follow-up for 7316bdc99f24fb37363e3945fa01a74c9baad862
Oleg Gaidarenko 6 years ago
parent
commit
8ac5c91004
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      scripts/grunt/options/compress.js

+ 1 - 1
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).
 

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