Skip to content

Commit ee1606d

Browse files
committed
fix link to help (#50)
1 parent 228f6a1 commit ee1606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main-process/menu/build-default-menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export function buildDefaultMenu(
331331
const showUserGuides: Electron.MenuItemConstructorOptions = {
332332
label: 'Show User Guides',
333333
click() {
334-
shell.openExternal('https://help.github.com/desktop-beta/guides/')
334+
shell.openExternal('https://kactus.io/help/')
335335
},
336336
}
337337

0 commit comments

Comments
 (0)