diff --git a/src/electron/menu.ts b/src/electron/menu.ts index e005dcecf..9ce64de81 100644 --- a/src/electron/menu.ts +++ b/src/electron/menu.ts @@ -260,7 +260,7 @@ export function createMenu(store: Store): void { { label: '&Learn More', click: () => { - shell.openExternal('https://meetalva.github.io/'); + shell.openExternal('https://meetalva.io/'); } } ]