fix(docs): update repository links in README and menu to reflect new GitHub organization

This commit is contained in:
Haze
2026-02-06 04:18:16 +08:00
Unverified
parent 20af6c7ba3
commit 191948ce51
3 changed files with 3 additions and 3 deletions

View File

@@ -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' },