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', }), }, }