diff --git a/app/menu/main-menu.js b/app/menu/main-menu.js index c35621613..7b214bfca 100644 --- a/app/menu/main-menu.js +++ b/app/menu/main-menu.js @@ -78,17 +78,11 @@ const baseTemplate = [ shell.openExternal('https://lbry.io/faq/contributing#report-a-bug'); } }, - { - label: 'Search Issues', - click(item, focusedWindow){ - shell.openExternal('https://github.com/lbryio/lbry-app/issues') - } - }, { type: 'separator' }, { - label: 'Quickstart Guide', + label: 'Developer API Guide', click(item, focusedWindow){ shell.openExternal('https://lbry.io/quickstart') }