Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(electron): use right url for "learn more" menu entry (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and tilmx committed Dec 24, 2017
1 parent e4313d7 commit 75edbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
}
}
]
Expand Down

0 comments on commit 75edbb1

Please sign in to comment.