mirror of https://github.com/keeweb/keeweb
fixed license links
parent
5a55b1469c
commit
9d3b904988
|
@ -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)
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue