Link license corrections

Follow-up for 7316bdc99f
pull/16144/head
Oleg Gaidarenko 6 years ago
parent 46a75099d8
commit 8ac5c91004
  1. 2
      README.md
  2. 2
      scripts/grunt/options/compress.js

@ -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).

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

Loading…
Cancel
Save