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

Commit 23070ab

Browse files
authored
Update menu.js
1 parent f34505d commit 23070ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const template = [
66
submenu: [
77
{
88
label: 'Learn More',
9-
click () { require('electron').shell.openExternal('https://ridaamirini.github.io/ImapSyncClient/'); }
9+
click () { require('electron').shell.openExternal('https://github.com/ridaamirini/ImapSyncClient'); }
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)