Skip to content

Commit

Permalink
Merge pull request #9157 from aaronraimist/electron-help
Browse files Browse the repository at this point in the history
Update Electron help menu link
  • Loading branch information
turt2live committed Mar 13, 2019
2 parents 660a160 + b40ed7c commit 6ac69c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron_app/src/vectormenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'); },
},
],
},
Expand Down

0 comments on commit 6ac69c1

Please sign in to comment.