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