File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments