diff --git a/ccw/frontend/src/pages/HelpPage.tsx b/ccw/frontend/src/pages/HelpPage.tsx index cb39ca1e..ac02fe80 100644 --- a/ccw/frontend/src/pages/HelpPage.tsx +++ b/ccw/frontend/src/pages/HelpPage.tsx @@ -65,7 +65,7 @@ const helpSectionsConfig: HelpSectionConfig[] = [ i18nKey: 'home.help.commands.title', descriptionKey: 'home.help.commands.description', icon: Terminal, - link: '/docs/commands', + link: '/docs/commands/general/ccw', isExternal: false, badge: 'Docs', }, @@ -207,7 +207,7 @@ export function HelpPage() {