chore(product): fix link in app (#22)

This commit is contained in:
Haze
2026-02-09 22:20:51 +08:00
committed by GitHub
Unverified
parent fa22a17d7d
commit c440e95464
5 changed files with 52 additions and 5 deletions

View File

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