From 312f8f38dee74a6213cab396b5a7e5b54c19e9ed Mon Sep 17 00:00:00 2001 From: Haze <709547807@qq.com> Date: Fri, 13 Feb 2026 16:31:34 +0800 Subject: [PATCH] chore(url): update documentation links to point to the new domain (#73) --- electron/main/menu.ts | 2 +- src/pages/Settings/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {