From c8431e7f48ecdcb540904e11f5c2ff95ea9dddc4 Mon Sep 17 00:00:00 2001 From: manngo Date: Mon, 17 Jun 2019 15:32:03 +1000 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index a32615a..68ed121 100644 --- a/main.js +++ b/main.js @@ -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'); } }, ] }