Skip to content

Commit e19b6f4

Browse files
authored
Updated help menu links (#75)
1 parent a1b8fbe commit e19b6f4

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

src/main/menu.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -258,27 +258,21 @@ export default class MenuBuilder {
258258
{
259259
label: 'Learn More',
260260
click() {
261-
shell.openExternal('https://electronjs.org');
261+
shell.openExternal('https://github.com/platinum-hill/cobolt');
262262
},
263263
},
264264
{
265-
label: 'Documentation',
265+
label: 'Contribute',
266266
click() {
267267
shell.openExternal(
268-
'https://github.com/electron/electron/tree/main/docs#readme',
268+
'https://github.com/platinum-hill/cobolt/blob/main/CONTRIBUTING.md',
269269
);
270270
},
271271
},
272-
{
273-
label: 'Community Discussions',
274-
click() {
275-
shell.openExternal('https://www.electronjs.org/community');
276-
},
277-
},
278272
{
279273
label: 'Search Issues',
280274
click() {
281-
shell.openExternal('https://github.com/electron/electron/issues');
275+
shell.openExternal('https://github.com/platinum-hill/cobolt/issues');
282276
},
283277
},
284278
],

0 commit comments

Comments
 (0)