diff --git a/electron/menu.js b/electron/menu.js index 1f8276bb..41b61af6 100644 --- a/electron/menu.js +++ b/electron/menu.js @@ -20,7 +20,7 @@ const helpSubmenu = [ { label: `Visit ${appName} Website`, click() { - shell.openExternal('http://saenzramiro.github.io/rambox/'); + shell.openExternal('http://rambox.pro'); } }, {