From c66a0fa636944599a94814cc77b91295129244eb Mon Sep 17 00:00:00 2001 From: Rex Date: Wed, 5 Nov 2025 14:28:28 -0800 Subject: [PATCH] Update self-hosted documentation link to setup guide Updated the self-hosted modal's documentation link to point to the macOS setup guide instead of the general website. --- app/components/welcome/contents/CreateAccountContent.tsx | 2 +- lib/constants/external-links.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/welcome/contents/CreateAccountContent.tsx b/app/components/welcome/contents/CreateAccountContent.tsx index 5d0f6afa..33d0f813 100644 --- a/app/components/welcome/contents/CreateAccountContent.tsx +++ b/app/components/welcome/contents/CreateAccountContent.tsx @@ -365,7 +365,7 @@ export default function CreateAccountContent() { className="h-10 flex-1 basis-1/2 justify-center rounded border border-black text-base font-medium text-black" > diff --git a/lib/constants/external-links.ts b/lib/constants/external-links.ts index d2424e87..4b8bf241 100644 --- a/lib/constants/external-links.ts +++ b/lib/constants/external-links.ts @@ -5,4 +5,6 @@ export const EXTERNAL_LINKS = { GITHUB: 'https://github.com/heyito/ito', WEBSITE: 'https://www.heyito.ai/', PRIVACY_POLICY: 'https://www.heyito.ai/privacy', + SELF_HOSTED_DOCS: + 'https://ito.ai/post/how-to-set-up-your-local-ito-ai-server-on-macos-8nxz5', } as const