Update Electron help menu link

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/9157/head
Aaron Raimist 2019-03-13 14:43:17 -05:00
parent 660a160c8e
commit b40ed7cb11
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ const template = [
role: 'help',
submenu: [
{
label: 'riot.im',
click() { shell.openExternal('https://riot.im/'); },
label: 'Riot Help',
click() { shell.openExternal('https://about.riot.im/help'); },
},
],
},