From cafc6d06fe0fdd8e7d1a43f846c70344c4abb346 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 8 Feb 2026 13:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=93=BE=E6=8E=A5=E4=BB=A5=E6=8C=87=E5=90=91?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E6=96=87=E6=A1=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccw/frontend/src/pages/HelpPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {