From 61bd5f7f79580cd8fbdccc2ced5171991abe32d8 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sat, 13 Dec 2025 01:53:04 -0500 Subject: [PATCH] docs: update documentation URLs to docs.ccs.kaitran.ca --- src/commands/version-command.ts | 4 +--- ui/src/pages/home.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/commands/version-command.ts b/src/commands/version-command.ts index 5c4ab2a0..f9cde90a 100644 --- a/src/commands/version-command.ts +++ b/src/commands/version-command.ts @@ -77,9 +77,7 @@ export async function handleVersionCommand(): Promise { console.log(''); } - console.log( - `${subheader('Documentation:')} ${color('https://github.com/kaitranntt/ccs', 'path')}` - ); + console.log(`${subheader('Documentation:')} ${color('https://docs.ccs.kaitran.ca', 'path')}`); console.log(`${subheader('License:')} MIT`); console.log(''); console.log(color("Run 'ccs --help' for usage information", 'command')); diff --git a/ui/src/pages/home.tsx b/ui/src/pages/home.tsx index 0e2077dc..31b2bcb7 100644 --- a/ui/src/pages/home.tsx +++ b/ui/src/pages/home.tsx @@ -156,7 +156,7 @@ export function HomePage() { Run Doctor