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

Remove link to out of date docs page #1172

Merged
merged 1 commit into from
Jan 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,21 @@ function createWindow() {
};

let helpSubmenu = [
{
label: 'Website',
click() {
shell.openExternal('https://openbazaar.org');
},
},
// until the documentation page is updated, don't show it
/*
{
label: 'Documentation',
click() {
shell.openExternal('https://docs.openbazaar.org');
},
},
*/
{
label: 'Support',
click() {
Expand Down