diff --git a/electron/main/menu.ts b/electron/main/menu.ts index 8aea57346..f2edb3d51 100644 --- a/electron/main/menu.ts +++ b/electron/main/menu.ts @@ -176,7 +176,7 @@ export function createMenu(): void { { label: 'Documentation', click: async () => { - await shell.openExternal('https://clawx.dev'); + await shell.openExternal('https://claw-x.com'); }, }, { diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx index c1ac9b53d..10cd56750 100644 --- a/src/pages/Settings/index.tsx +++ b/src/pages/Settings/index.tsx @@ -554,7 +554,7 @@ export function Settings() {