diff --git a/app/components/upage/Brand.tsx b/app/components/upage/Brand.tsx index 251ca89..8384aa4 100644 --- a/app/components/upage/Brand.tsx +++ b/app/components/upage/Brand.tsx @@ -87,7 +87,7 @@ export function UPageBrand() { ripple.remove(); }, 600); - window.open('https://upage.ai', '_blank'); + window.open('https://docs.upage.ai', '_blank'); }); } });