fix(docs): update repository links in README and menu to reflect new GitHub organization
This commit is contained in:
@@ -32,7 +32,7 @@ ClawX is a modern desktop application that provides a beautiful graphical interf
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/clawx/clawx.git
|
git clone https://github.com/ValueCell-ai/ClawX.git
|
||||||
cd clawx
|
cd clawx
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ export function createMenu(): void {
|
|||||||
{
|
{
|
||||||
label: 'Report Issue',
|
label: 'Report Issue',
|
||||||
click: async () => {
|
click: async () => {
|
||||||
await shell.openExternal('https://github.com/clawx/clawx/issues');
|
await shell.openExternal('https://github.com/ValueCell-ai/ClawX/issues');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ export function Settings() {
|
|||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
className="h-auto p-0"
|
className="h-auto p-0"
|
||||||
onClick={() => window.electron.openExternal('https://github.com/clawx/clawx')}
|
onClick={() => window.electron.openExternal('https://github.com/ValueCell-ai/ClawX')}
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user