From 191948ce51b4b237237efcd5f4e334f66c225fbd Mon Sep 17 00:00:00 2001 From: Haze <709547807@qq.com> Date: Fri, 6 Feb 2026 04:18:16 +0800 Subject: [PATCH] fix(docs): update repository links in README and menu to reflect new GitHub organization --- README.md | 2 +- electron/main/menu.ts | 2 +- src/pages/Settings/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e099861a6..0fddb84d2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ClawX is a modern desktop application that provides a beautiful graphical interf ```bash # Clone the repository -git clone https://github.com/clawx/clawx.git +git clone https://github.com/ValueCell-ai/ClawX.git cd clawx # Install dependencies diff --git a/electron/main/menu.ts b/electron/main/menu.ts index 3a9b80cb8..8fbad60df 100644 --- a/electron/main/menu.ts +++ b/electron/main/menu.ts @@ -182,7 +182,7 @@ export function createMenu(): void { { label: 'Report Issue', click: async () => { - await shell.openExternal('https://github.com/clawx/clawx/issues'); + await shell.openExternal('https://github.com/ValueCell-ai/ClawX/issues'); }, }, { type: 'separator' }, diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx index 7c1995ecd..b738afe1f 100644 --- a/src/pages/Settings/index.tsx +++ b/src/pages/Settings/index.tsx @@ -247,7 +247,7 @@ export function Settings() {