diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index 0e45f6bd1d..81e0a08ec6 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -29,7 +29,7 @@ export function openHelpMenu_(ev: MouseEvent) { text: i18n.ts.apps, icon: "ph-device-mobile ph-bold ph-lg", action: () => { - window.open("https://calckey.org/", "_blank"); + window.open("https://calckey.org/apps", "_blank"); }, }, {