From bbb080d5b24d951c8937bbf43f5a301066878ff7 Mon Sep 17 00:00:00 2001 From: NFish Date: Mon, 24 Mar 2025 11:28:35 +0800 Subject: [PATCH] fix: update chatbot help doc link on the create app form --- web/app/components/app/create-app-modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/create-app-modal/index.tsx b/web/app/components/app/create-app-modal/index.tsx index eb78258cc8..003c24347f 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -312,7 +312,7 @@ function AppPreview({ mode }: { mode: AppMode }) { 'chat': { title: t('app.types.chatbot'), description: t('app.newApp.chatbotUserDescription'), - link: 'https://docs.dify.ai/guides/application-orchestrate/conversation-application?fallback=true', + link: 'https://docs.dify.ai/guides/application-orchestrate#application_type', }, 'advanced-chat': { title: t('app.types.advanced'),