Update loki-messenger links

Update loki-messenger => session-desktop and fix support page
pull/872/head
Ryan Tharp 5 years ago committed by GitHub
parent a85fc9d0ba
commit 2fd279e514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -428,19 +428,19 @@ ipc.on('ready-for-updates', async () => {
function openReleaseNotes() { function openReleaseNotes() {
shell.openExternal( shell.openExternal(
`https://github.com/loki-project/loki-messenger/releases/tag/v${app.getVersion()}` `https://github.com/loki-project/session-desktop/releases/tag/v${app.getVersion()}`
); );
} }
function openNewBugForm() { function openNewBugForm() {
shell.openExternal( shell.openExternal(
'https://github.com/loki-project/loki-messenger/issues/new' 'https://github.com/loki-project/session-desktop/issues/new'
); );
} }
function openSupportPage() { function openSupportPage() {
shell.openExternal( shell.openExternal(
'https://loki-project.github.io/loki-docs/LokiServices/Messenger/' 'https://docs.loki.network/LokiServices/Messenger/Messenger/'
); );
} }

Loading…
Cancel
Save