Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ridaamirini authored Jan 28, 2020
1 parent f34505d commit 23070ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'); }
}
]
}
Expand Down

0 comments on commit 23070ab

Please sign in to comment.