diff --git a/web/app/components/app/create-app-modal/index.tsx b/web/app/components/app/create-app-modal/index.tsx index c790762294..e98bb1f434 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -323,7 +323,8 @@ function AppPreview({ mode }: { mode: AppMode }) { 'completion': { title: t('app.newApp.completeApp'), description: t('app.newApp.completionUserDescription'), - link: getDocLink('/guides/application-orchestrate/text-generator'), + link: getDocLink('/guides/application-orchestrate/text-generator', + { 'zh-hans': '/guides/application-orchestrate/readme' }), }, 'workflow': { title: t('app.types.workflow'),