From abbd47ee648157d0cda81fb1e34a52d990097d86 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Mon, 19 May 2025 17:50:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=BA=90=E4=BB=A3=E7=A0=81=E5=9C=B0=E5=9D=80=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E9=97=AE=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 fe8801737..bdd370f05 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/${others.slice(3).join('/')}`; + return `https://gitee.com/openeuler/euler-copilot-framework/blob/master/docs_for_openEuler/${lang}/${others.slice(3).join('/')}`; } else { return `https://gitee.com/openeuler/docs/blob/${branch}/docs/${lang}/${others.join('/')}`; } -- Gitee