Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manngo committed Jun 17, 2019
1 parent ac9da43 commit c8431e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{ label: 'Instructions …', id: 'INSTRUCTIONS', click: send },
{ type:'separator' },
{ label: 'Edit Hosts Home', icon: path.join(__dirname, 'images/external.png'), click: () => { shell.openExternal('https://github.com/manngo/edit-hosts'); } },
{ label: 'Internotes Virtual Hosts', icon: path.join(__dirname,'images/external.png'), click: () => { shell.openExternal('https://www.internotes.site/virtual-hosts'); }
{ label: 'Internotes Virtual Hosts', icon: path.join(__dirname,'images/external.png'), click: () => { shell.openExternal('https://www.internotes.net/virtual-hosts'); }
},
]
}
Expand Down

0 comments on commit c8431e7

Please sign in to comment.