From ba75d5611c521377e7fda53298dcf99e0a8a5b2e Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Wed, 30 Jul 2025 11:48:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8D=89=E8=99=AB-pr=E8=B7=B3=E8=BD=AC=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 --- static/js/float.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/float.js b/static/js/float.js index 1700cc110..d8cbd3b5e 100644 --- a/static/js/float.js +++ b/static/js/float.js @@ -459,7 +459,7 @@ $(document).ready(() => { ); } else { openUrl( - `https://gitee.com/-/ide/project/openeuler/docs/edit/stable2-${version}/-/docs/${lang}/docs/${path}?search=${first}&title=文档捉虫-openEuler ${version}-${title}&description=${feedback}&message=${feedback}&label_names=文档捉虫` + `https://gitee.com/-/ide/project/openeuler/docs-centralized/edit/stable2-${version}/-/docs/${lang}/docs/${path}?search=${first}&title=文档捉虫-openEuler ${version}-${title}&description=${feedback}&message=${feedback}&label_names=文档捉虫` ); } } else { -- Gitee