chore(url): update documentation links to point to the new domain (#73)

This commit is contained in:
Haze
2026-02-13 16:31:34 +08:00
committed by GitHub
Unverified
parent 3b52eab5f3
commit 312f8f38de
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ export function createMenu(): void {
{ {
label: 'Documentation', label: 'Documentation',
click: async () => { click: async () => {
await shell.openExternal('https://clawx.dev'); await shell.openExternal('https://claw-x.com');
}, },
}, },
{ {

View File

@@ -554,7 +554,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://clawx.dev')} onClick={() => window.electron.openExternal('https://claw-x.com')}
> >
{t('about.docs')} {t('about.docs')}
</Button> </Button>