chore(url): update documentation links to point to the new domain (#73)
This commit is contained in:
@@ -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');
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -554,7 +554,7 @@ export function Settings() {
|
||||
<Button
|
||||
variant="link"
|
||||
className="h-auto p-0"
|
||||
onClick={() => window.electron.openExternal('https://clawx.dev')}
|
||||
onClick={() => window.electron.openExternal('https://claw-x.com')}
|
||||
>
|
||||
{t('about.docs')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user