Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Link to github issues instead of main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Mar 12, 2016
1 parent ce040ba commit 88427a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ module.exports = {
role: 'help',
submenu: [
{
label: 'Github Repository',
label: 'Known Issues',
click: function(item, focusedWindow) {
require('electron').shell.openExternal('https://github.com/irccloud/irccloud-desktop');
require('electron').shell.openExternal('https://github.com/irccloud/irccloud-desktop/issues');
}
},
]
Expand Down

0 comments on commit 88427a3

Please sign in to comment.