diff --git a/app/.vitepress/src/utils/common.ts b/app/.vitepress/src/utils/common.ts index fe880173760b69a541e382d40314724cc71f8c5c..bdd370f05074ca4068864608960528ff36005d55 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('/')}`; }