This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 908840eb79 [type:bugfix] fix deadlink (#1061)
908840eb79 is described below

commit 908840eb7937fcdd43e2de3008eff74106eae8b3
Author: cxhello <[email protected]>
AuthorDate: Mon Apr 7 15:00:17 2025 +0800

    [type:bugfix] fix deadlink (#1061)
    
    * [type:bugfix] fix deadlink
    
    * [type:bugfix] fix deadlink
---
 docs/developer/spi/custom-metrics-monitor.md                          | 2 +-
 docs/plugin-center/security/sign-plugin.md                            | 2 +-
 .../version-2.4.3/user-guide/proxy/dubbo-proxy.md                     | 4 ++--
 .../version-2.4.3/user-guide/proxy/http-proxy.md                      | 4 ++--
 .../version-2.5.1/plugin-center/proxy/dubbo-plugin.md                 | 2 +-
 versioned_docs/version-2.4.0/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.4.0/user-guide/proxy/dubbo-proxy.md          | 4 ++--
 versioned_docs/version-2.4.1/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.4.1/user-guide/proxy/dubbo-proxy.md          | 4 ++--
 versioned_docs/version-2.4.2/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.4.2/user-guide/proxy/dubbo-proxy.md          | 4 ++--
 versioned_docs/version-2.4.3/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md          | 4 ++--
 versioned_docs/version-2.5.0/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.5.1/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.5.1/plugin-center/security/sign-plugin.md    | 2 +-
 versioned_docs/version-2.6.0/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.6.0/plugin-center/security/sign-plugin.md    | 2 +-
 versioned_docs/version-2.6.1/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.6.1/plugin-center/security/sign-plugin.md    | 2 +-
 versioned_docs/version-2.7.0/developer/spi/custom-metrics-monitor.md  | 2 +-
 versioned_docs/version-2.7.0/plugin-center/security/sign-plugin.md    | 2 +-
 22 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/docs/developer/spi/custom-metrics-monitor.md 
b/docs/developer/spi/custom-metrics-monitor.md
index c8bf88e78c..c02b312895 100644
--- a/docs/developer/spi/custom-metrics-monitor.md
+++ b/docs/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.plugin.metrics.spi.MetricsService`.
 
diff --git a/docs/plugin-center/security/sign-plugin.md 
b/docs/plugin-center/security/sign-plugin.md
index ed940f4960..b4cf387efd 100644
--- a/docs/plugin-center/security/sign-plugin.md
+++ b/docs/plugin-center/security/sign-plugin.md
@@ -83,7 +83,7 @@ Then configure this authentication information
 
 After submit, a piece of authentication information is generated, which 
contains `AppKey` and `AppSecret`, which is the `AK/SK` in the `Sign` plugin.
 
-Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/authority-and-certification/sign-plugin).
+Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/security/sign-plugin).
 
 #### 2.4.1.3 PathOperation
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
index 8b3fe94bed..dd5e988c94 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
@@ -12,9 +12,9 @@ description: Dubbo服务接入
 * 接入前,请正确启动 `shenyu-admin`,并开启`dubbo`插件,在网关端和`Dubbo`服务端引入相关依赖。可以参考前面的 
[Dubbo快速开始](../../quick-start/quick-start-dubbo)。
 
 
-应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。
+应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。
 
-数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。
+数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。
 
 ## 在网关中引入 dubbo 插件
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/http-proxy.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/http-proxy.md
index e069e3dc73..27ca3aad60 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/http-proxy.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/http-proxy.md
@@ -238,9 +238,9 @@ description: Http服务接入
 
 * 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
 
-* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)。
+* 如果不懂怎么配置,请参考 [选择器和规则管理](../../user-guide/admin-usage/selector-and-rule)。
 
-* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 
客户端开发](../developer/developer-shenyu-client)。
+* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 
客户端开发](../../developer/developer-shenyu-client)。
 
 ## 用户请求
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md
index ae39216078..6ae6107b41 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md
@@ -14,7 +14,7 @@ description: dubbo插件
 
 * 引入相关依赖,开启插件,请参考:[Dubbo快速开始](../../quick-start/quick-start-dubbo) 。
 
-* `Dubbo`应用客户端接入,请参考:[Dubbo服务接入](../../../user-guide/dubbo-proxy) 。
+* `Dubbo`应用客户端接入,请参考:[Dubbo服务接入](../../user-guide/proxy/dubbo-proxy) 。
 
 * 选择器和规则配置,请参考:[选择器和规则管理](../../../user-guide/admin-usage/selector-and-rule)。
 
diff --git 
a/versioned_docs/version-2.4.0/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.4.0/developer/spi/custom-metrics-monitor.md
index dc415dccc4..e98a8b7a79 100644
--- a/versioned_docs/version-2.4.0/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.4.0/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.metrics.spi.MetricsBootService`.
 
diff --git a/versioned_docs/version-2.4.0/user-guide/proxy/dubbo-proxy.md 
b/versioned_docs/version-2.4.0/user-guide/proxy/dubbo-proxy.md
index 38026e5010..ea93fa8dbe 100644
--- a/versioned_docs/version-2.4.0/user-guide/proxy/dubbo-proxy.md
+++ b/versioned_docs/version-2.4.0/user-guide/proxy/dubbo-proxy.md
@@ -10,9 +10,9 @@ Support Alibaba Dubbo(< 2.7.x) and Apache Dubbo (>=2.7.x).
 
 Before the connection, start `shenyu-admin` correctly, start `Dubbo` plugin, 
and add related dependencies on the gateway and `Dubbo` application client. 
Refer to the previous [Quick start with 
Dubbo](../../quick-start/quick-start-dubbo) .
 
-For details about client access configuration, see [Application Client Access 
Config](./register-center-access) .
+For details about client access configuration, see [Application Client Access 
Config](../register-center-access) .
 
-For details about data synchronization configurations, see [Data 
Synchronization Config](./use-data-sync) .
+For details about data synchronization configurations, see [Data 
Synchronization Config](../use-data-sync) .
 
 ## Add dubbo plugin in gateway
 
diff --git 
a/versioned_docs/version-2.4.1/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.4.1/developer/spi/custom-metrics-monitor.md
index dc415dccc4..e98a8b7a79 100644
--- a/versioned_docs/version-2.4.1/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.4.1/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.metrics.spi.MetricsBootService`.
 
diff --git a/versioned_docs/version-2.4.1/user-guide/proxy/dubbo-proxy.md 
b/versioned_docs/version-2.4.1/user-guide/proxy/dubbo-proxy.md
index 6db7a83c44..09ac4ea880 100644
--- a/versioned_docs/version-2.4.1/user-guide/proxy/dubbo-proxy.md
+++ b/versioned_docs/version-2.4.1/user-guide/proxy/dubbo-proxy.md
@@ -10,9 +10,9 @@ Support Alibaba Dubbo(< 2.7.x) and Apache Dubbo (>=2.7.x).
 
 Before the connection, start `shenyu-admin` correctly, start `Dubbo` plugin, 
and add related dependencies on the gateway and `Dubbo` application client. 
Refer to the previous [Quick start with 
Dubbo](../../quick-start/quick-start-dubbo) .
 
-For details about client access configuration, see [Application Client Access 
Config](./register-center-access) .
+For details about client access configuration, see [Application Client Access 
Config](../register-center-access) .
 
-For details about data synchronization configurations, see [Data 
Synchronization Config](./use-data-sync) .
+For details about data synchronization configurations, see [Data 
Synchronization Config](../use-data-sync) .
 
 ## Add dubbo plugin in gateway
 
diff --git 
a/versioned_docs/version-2.4.2/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.4.2/developer/spi/custom-metrics-monitor.md
index 3a08dd181c..eee177f1ab 100644
--- a/versioned_docs/version-2.4.2/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.4.2/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.metrics.spi.MetricsBootService`.
 
diff --git a/versioned_docs/version-2.4.2/user-guide/proxy/dubbo-proxy.md 
b/versioned_docs/version-2.4.2/user-guide/proxy/dubbo-proxy.md
index 4780245dbb..b62e7064b9 100644
--- a/versioned_docs/version-2.4.2/user-guide/proxy/dubbo-proxy.md
+++ b/versioned_docs/version-2.4.2/user-guide/proxy/dubbo-proxy.md
@@ -10,9 +10,9 @@ Support Alibaba Dubbo(< 2.7.x) and Apache Dubbo (>=2.7.x).
 
 Before the connection, start `shenyu-admin` correctly, start `Dubbo` plugin, 
and add related dependencies on the gateway and `Dubbo` application client. 
Refer to the previous [Quick start with 
Dubbo](../../quick-start/quick-start-dubbo) .
 
-For details about client access configuration, see [Application Client Access 
Config](./register-center-access) .
+For details about client access configuration, see [Application Client Access 
Config](../register-center-access) .
 
-For details about data synchronization configurations, see [Data 
Synchronization Config](./use-data-sync) .
+For details about data synchronization configurations, see [Data 
Synchronization Config](../use-data-sync) .
 
 ## Add dubbo plugin in gateway
 
diff --git 
a/versioned_docs/version-2.4.3/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.4.3/developer/spi/custom-metrics-monitor.md
index 3a08dd181c..eee177f1ab 100644
--- a/versioned_docs/version-2.4.3/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.4.3/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.metrics.spi.MetricsBootService`.
 
diff --git a/versioned_docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md 
b/versioned_docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
index 9072cf06a5..f1ede40e75 100644
--- a/versioned_docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
+++ b/versioned_docs/version-2.4.3/user-guide/proxy/dubbo-proxy.md
@@ -10,9 +10,9 @@ Support Alibaba Dubbo(< 2.7.x) and Apache Dubbo (>=2.7.x).
 
 Before the connection, start `shenyu-admin` correctly, start `Dubbo` plugin, 
and add related dependencies on the gateway and `Dubbo` application client. 
Refer to the previous [Quick start with 
Dubbo](../../quick-start/quick-start-dubbo) .
 
-For details about client access configuration, see [Application Client Access 
Config](./register-center-access) .
+For details about client access configuration, see [Application Client Access 
Config](../register-center-access) .
 
-For details about data synchronization configurations, see [Data 
Synchronization Config](./use-data-sync) .
+For details about data synchronization configurations, see [Data 
Synchronization Config](../use-data-sync) .
 
 ## Add dubbo plugin in gateway
 
diff --git 
a/versioned_docs/version-2.5.0/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.5.0/developer/spi/custom-metrics-monitor.md
index 3a08dd181c..eee177f1ab 100644
--- a/versioned_docs/version-2.5.0/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.5.0/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.metrics.spi.MetricsBootService`.
 
diff --git 
a/versioned_docs/version-2.5.1/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.5.1/developer/spi/custom-metrics-monitor.md
index c8bf88e78c..c02b312895 100644
--- a/versioned_docs/version-2.5.1/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.5.1/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.plugin.metrics.spi.MetricsService`.
 
diff --git a/versioned_docs/version-2.5.1/plugin-center/security/sign-plugin.md 
b/versioned_docs/version-2.5.1/plugin-center/security/sign-plugin.md
index 93c33e137e..02a5100b54 100644
--- a/versioned_docs/version-2.5.1/plugin-center/security/sign-plugin.md
+++ b/versioned_docs/version-2.5.1/plugin-center/security/sign-plugin.md
@@ -83,7 +83,7 @@ Then configure this authentication information
 
 After submit, a piece of authentication information is generated, which 
contains `AppKey` and `AppSecret`, which is the `AK/SK` in the `Sign` plugin.
 
-Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/authority-and-certification/sign-plugin).
+Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/security/sign-plugin).
 
 #### 2.4.1.3 PathOperation
 
diff --git 
a/versioned_docs/version-2.6.0/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.6.0/developer/spi/custom-metrics-monitor.md
index c8bf88e78c..c02b312895 100644
--- a/versioned_docs/version-2.6.0/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.6.0/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.plugin.metrics.spi.MetricsService`.
 
diff --git a/versioned_docs/version-2.6.0/plugin-center/security/sign-plugin.md 
b/versioned_docs/version-2.6.0/plugin-center/security/sign-plugin.md
index 93c33e137e..02a5100b54 100644
--- a/versioned_docs/version-2.6.0/plugin-center/security/sign-plugin.md
+++ b/versioned_docs/version-2.6.0/plugin-center/security/sign-plugin.md
@@ -83,7 +83,7 @@ Then configure this authentication information
 
 After submit, a piece of authentication information is generated, which 
contains `AppKey` and `AppSecret`, which is the `AK/SK` in the `Sign` plugin.
 
-Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/authority-and-certification/sign-plugin).
+Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/security/sign-plugin).
 
 #### 2.4.1.3 PathOperation
 
diff --git 
a/versioned_docs/version-2.6.1/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.6.1/developer/spi/custom-metrics-monitor.md
index c8bf88e78c..c02b312895 100644
--- a/versioned_docs/version-2.6.1/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.6.1/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.plugin.metrics.spi.MetricsService`.
 
diff --git a/versioned_docs/version-2.6.1/plugin-center/security/sign-plugin.md 
b/versioned_docs/version-2.6.1/plugin-center/security/sign-plugin.md
index ed940f4960..d6a2e59710 100644
--- a/versioned_docs/version-2.6.1/plugin-center/security/sign-plugin.md
+++ b/versioned_docs/version-2.6.1/plugin-center/security/sign-plugin.md
@@ -83,7 +83,7 @@ Then configure this authentication information
 
 After submit, a piece of authentication information is generated, which 
contains `AppKey` and `AppSecret`, which is the `AK/SK` in the `Sign` plugin.
 
-Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/authority-and-certification/sign-plugin).
+Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/security/sign-plugin.md).
 
 #### 2.4.1.3 PathOperation
 
diff --git 
a/versioned_docs/version-2.7.0/developer/spi/custom-metrics-monitor.md 
b/versioned_docs/version-2.7.0/developer/spi/custom-metrics-monitor.md
index c8bf88e78c..c02b312895 100644
--- a/versioned_docs/version-2.7.0/developer/spi/custom-metrics-monitor.md
+++ b/versioned_docs/version-2.7.0/developer/spi/custom-metrics-monitor.md
@@ -7,7 +7,7 @@ description: custom Metrics Monitor
 
 ## Explanation
 
-* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom deployment](../deployment-custom)
+* Before custom development, please customize and build the gateway 
environment first, please refer to: [custom 
deployment](../../deployment/deployment-custom)
 
 * This article describes how to customize the extension of  
`org.apache.shenyu.plugin.metrics.spi.MetricsService`.
 
diff --git a/versioned_docs/version-2.7.0/plugin-center/security/sign-plugin.md 
b/versioned_docs/version-2.7.0/plugin-center/security/sign-plugin.md
index ed940f4960..b4cf387efd 100644
--- a/versioned_docs/version-2.7.0/plugin-center/security/sign-plugin.md
+++ b/versioned_docs/version-2.7.0/plugin-center/security/sign-plugin.md
@@ -83,7 +83,7 @@ Then configure this authentication information
 
 After submit, a piece of authentication information is generated, which 
contains `AppKey` and `AppSecret`, which is the `AK/SK` in the `Sign` plugin.
 
-Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/authority-and-certification/sign-plugin).
+Please refer to the detailed instructions of the `Sign` plugin: [Sign 
Plugin](../../plugin-center/security/sign-plugin).
 
 #### 2.4.1.3 PathOperation
 

Reply via email to