mirror of https://github.com/langgenius/dify.git
fix: update chatbot help doc link on the create app form
This commit is contained in:
parent
c01d8a70f3
commit
bbb080d5b2
|
@ -312,7 +312,7 @@ function AppPreview({ mode }: { mode: AppMode }) {
|
||||||
'chat': {
|
'chat': {
|
||||||
title: t('app.types.chatbot'),
|
title: t('app.types.chatbot'),
|
||||||
description: t('app.newApp.chatbotUserDescription'),
|
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': {
|
'advanced-chat': {
|
||||||
title: t('app.types.advanced'),
|
title: t('app.types.advanced'),
|
||||||
|
|
Loading…
Reference in New Issue