From d46e5b58137bbb0754a654ab1f813d6ac6d8806e Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Sun, 8 Jun 2025 23:46:38 +0800 Subject: [PATCH] fix missing link for Text Generation Application in create-app-modal --- web/app/components/app/create-app-modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 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 98178fd468..c790762294 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -323,7 +323,7 @@ function AppPreview({ mode }: { mode: AppMode }) { 'completion': { title: t('app.newApp.completeApp'), description: t('app.newApp.completionUserDescription'), - link: null, + link: getDocLink('/guides/application-orchestrate/text-generator'), }, 'workflow': { title: t('app.types.workflow'),