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