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() {