From c0c3ec8b3398d8c39f84ce7853f30454a8fe0f7b Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Mon, 9 Jun 2025 07:41:19 +0800 Subject: [PATCH] fix completion type links in create-app-modal --- web/app/components/app/create-app-modal/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 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 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'),