diff --git a/src/main/menu.js b/src/main/menu.js index f1ba93e..fbb106b 100644 --- a/src/main/menu.js +++ b/src/main/menu.js @@ -6,7 +6,7 @@ const template = [ submenu: [ { label: 'Learn More', - click () { require('electron').shell.openExternal('https://ridaamirini.github.io/ImapSyncClient/'); } + click () { require('electron').shell.openExternal('https://github.com/ridaamirini/ImapSyncClient'); } } ] }