Browse Source

Merge pull request #16144 from markelog/license-2

Link license corrections
Torkel Ödegaard 6 years ago
parent
commit
10d46bb61c
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
 ## 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,
           expand: true,
-          src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
+          src: ['LICENSE', 'README.md', 'NOTICE.md'],
           dest: '<%= pkg.name %>-<%= pkg.version %>/',
           dest: '<%= pkg.name %>-<%= pkg.version %>/',
         }
         }
       ]
       ]