From 4f1b36e83e210aafa934cc8727b05d1599c48342 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Tue, 17 Jun 2025 18:54:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dai=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=BA=90=E6=96=87=E4=BB=B6=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.vitepress/src/utils/common.ts b/app/.vitepress/src/utils/common.ts index ca6842bfa..8920db15f 100644 --- a/app/.vitepress/src/utils/common.ts +++ b/app/.vitepress/src/utils/common.ts @@ -113,7 +113,7 @@ export const getGiteeUrl = () => { if (pathname.includes('/openstack/')) { return `https://gitee.com/openeuler/openstack-docs/blob/openEuler-${branch}/docs/${lang}/${others.slice(3).join('/')}`; } else if (pathname.includes('/tools/ai/')) { - return `https://gitee.com/openeuler/euler-copilot-framework/blob/master/docs_for_openEuler/${lang}/${others.slice(3).join('/')}`; + return `https://gitee.com/openeuler/euler-copilot-framework/blob/master/docs/${lang}/${others.slice(3).join('/')}`; } else { return `https://gitee.com/openeuler/docs-centralized/blob/${branch}/docs/${lang}/${others.join('/')}`; } -- Gitee