Skip to content

Commit c8431e7

Browse files
committed
Update main.js
1 parent ac9da43 commit c8431e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{ label: 'Instructions …', id: 'INSTRUCTIONS', click: send },
5757
{ type:'separator' },
5858
{ label: 'Edit Hosts Home', icon: path.join(__dirname, 'images/external.png'), click: () => { shell.openExternal('https://github.com/manngo/edit-hosts'); } },
59-
{ label: 'Internotes Virtual Hosts', icon: path.join(__dirname,'images/external.png'), click: () => { shell.openExternal('https://www.internotes.site/virtual-hosts'); }
59+
{ label: 'Internotes Virtual Hosts', icon: path.join(__dirname,'images/external.png'), click: () => { shell.openExternal('https://www.internotes.net/virtual-hosts'); }
6060
},
6161
]
6262
}

0 commit comments

Comments
 (0)