From f8e7e301cd90adcab8f713ed45f0c9fa3da28cac Mon Sep 17 00:00:00 2001 From: NFish Date: Sun, 23 Mar 2025 09:27:16 +0800 Subject: [PATCH] fix: update chatbot doc link at create app page (#16479) --- 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 c98f3cf2d7..d7aafce079 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -313,7 +313,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'),