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