fixed license links

This commit is contained in:
antelle 2017-11-13 22:48:38 +01:00
parent 5a55b1469c
commit 9d3b904988
2 changed files with 2 additions and 2 deletions

View File

@ -71,4 +71,4 @@ Please note: donation does not imply any type of service contract.
# License
[MIT](https://github.com/keeweb/keeweb/blob/master/LICENSE.txt)
[MIT](https://github.com/keeweb/keeweb/blob/master/LICENSE)

View File

@ -3,7 +3,7 @@ const Links = {
Desktop: 'https://github.com/keeweb/keeweb/releases/latest',
WebApp: 'https://app.keeweb.info',
BetaWebApp: 'https://beta.keeweb.info',
License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE.txt',
License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE',
LicenseApache: 'https://opensource.org/licenses/Apache-2.0',
UpdateDesktop: 'https://github.com/keeweb/keeweb/releases/download/v{ver}/UpdateDesktop.zip',
ReleaseNotes: 'https://github.com/keeweb/keeweb/blob/master/release-notes.md#release-notes',