1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Added Wiki Link

This commit is contained in:
Milo Todt
2020-01-16 12:12:26 -08:00
committed by Junyoung Choi
parent 5105babd14
commit 49c9bcac9a

View File

@@ -384,6 +384,10 @@ const help = {
label: 'Boostnote official site', label: 'Boostnote official site',
click () { shell.openExternal('https://boostnote.io/') } click () { shell.openExternal('https://boostnote.io/') }
}, },
{
label: 'Wiki',
click () { shell.openExternal('https://github.com/BoostIO/Boostnote/wiki') }
},
{ {
label: 'Issue Tracker', label: 'Issue Tracker',
click () { shell.openExternal('https://github.com/BoostIO/Boostnote/issues') } click () { shell.openExternal('https://github.com/BoostIO/Boostnote/issues') }