mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-06 06:23:18 +00:00
docs: update documentation URLs to docs.ccs.kaitran.ca
This commit is contained in:
@@ -77,9 +77,7 @@ export async function handleVersionCommand(): Promise<void> {
|
||||
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'));
|
||||
|
||||
@@ -156,7 +156,7 @@ export function HomePage() {
|
||||
<Stethoscope className="w-4 h-4" /> Run Doctor
|
||||
</Button>
|
||||
<Button variant="outline" asChild className="gap-2">
|
||||
<a href="https://github.com/kaitranntt/ccs" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://docs.ccs.kaitran.ca" target="_blank" rel="noopener noreferrer">
|
||||
<BookOpen className="w-4 h-4" /> Documentation
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user