From 53d7dbefaaee90289c57c5bc44fd4169a9ed1858 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Mon, 9 Jun 2025 14:15:08 +0800 Subject: [PATCH] fix links in create-app-modal --- web/app/components/app/create-app-modal/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/app/components/app/create-app-modal/index.tsx b/web/app/components/app/create-app-modal/index.tsx index fee6851d14..834bea5cc9 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -309,9 +309,7 @@ function AppPreview({ mode }: { mode: AppMode }) { 'chat': { title: t('app.types.chatbot'), description: t('app.newApp.chatbotUserDescription'), - link: docLink('/guides/application-orchestrate/chatbot-application', { - 'zh-hans': '/zh-hans/guides/workflow/readme', - }), + link: docLink('/guides/application-orchestrate/chatbot-application'), }, 'advanced-chat': { title: t('app.types.advanced'), @@ -332,8 +330,8 @@ function AppPreview({ mode }: { mode: AppMode }) { 'workflow': { title: t('app.types.workflow'), description: t('app.newApp.workflowUserDescription'), - link: docLink('/guides/application-orchestrate/chatbot-application', { - 'zh-hans': '/zh-hans/guides/workflow/readme', + link: docLink('/guides/workflow/README', { + 'zh-hans': '/guides/workflow/readme', }), }, }