From 645cda132cc3c1bf3a199729ad6eaec77a243650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A6=E9=82=A6=E9=82=A6=E9=82=A6?= <15622356989@163.com> Date: Fri, 25 Apr 2025 21:55:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=A4=BE=E5=8C=BAissu?= =?UTF-8?q?e=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/i18n/community/contribution/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/.vitepress/src/i18n/community/contribution/index.ts b/app/.vitepress/src/i18n/community/contribution/index.ts index c40d4a36..01b71e75 100644 --- a/app/.vitepress/src/i18n/community/contribution/index.ts +++ b/app/.vitepress/src/i18n/community/contribution/index.ts @@ -49,7 +49,7 @@ export default { BLANK: true, }, { - URL: `${GITCODE_LINK}organizations/opengauss/issues`, + URL: `${GITCODE_LINK}org/opengauss/issues`, BLANK: true, }, { @@ -116,7 +116,7 @@ export default { BLANK: true, }, { - URL: `${GITCODE_LINK}organizations/opengauss/issues`, + URL: `${GITCODE_LINK}org/opengauss/issues`, BLANK: true, }, { -- Gitee