diff --git a/README.md b/README.md index 908bf906..63fd8bcb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/scripts/const/links.js b/app/scripts/const/links.js index dd44a9c5..4828089d 100644 --- a/app/scripts/const/links.js +++ b/app/scripts/const/links.js @@ -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',