This is an automated email from the ASF dual-hosted git repository. xiaoyu 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 ffefd7541d [type:bugfix] fix deadlink (#1063) ffefd7541d is described below commit ffefd7541dae145a9203820544c784b6aee6f5a1 Author: cxhello <49056040+cxhe...@users.noreply.github.com> AuthorDate: Tue Apr 29 15:47:51 2025 +0800 [type:bugfix] fix deadlink (#1063) --- blog/Plugin-SourceCode-Analysis-Divide-Plugin.md | 2 +- blog/Plugin-SourceCode-Analysis-Dubbo-Plugin.md | 2 +- blog/RegisterCenter-SourceCode-Analysis-Http-Register.md | 2 +- blog/SPI-SourceCode-Analysis-LoadBalance-SPI.md | 2 +- blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md | 2 +- blog/Start-SourceCode-Analysis-Start-Demo.md | 2 +- .../Start-SourceCode-Analysis-Start-Demo-for-Contributor.md | 2 +- .../Start-SourceCode-Analysis-Start-Demo.md | 2 +- .../version-2.4.0/user-guide/proxy/grpc-proxy.md | 4 ++-- .../version-2.4.0/user-guide/proxy/tars-proxy.md | 4 ++-- .../version-2.4.1/user-guide/proxy/grpc-proxy.md | 4 ++-- .../version-2.4.1/user-guide/proxy/tars-proxy.md | 4 ++-- .../version-2.4.2/user-guide/proxy/grpc-proxy.md | 4 ++-- .../version-2.4.2/user-guide/proxy/tars-proxy.md | 4 ++-- .../version-2.4.3/user-guide/proxy/grpc-proxy.md | 4 ++-- .../version-2.4.3/user-guide/proxy/tars-proxy.md | 4 ++-- versioned_docs/version-2.4.0/developer/spi/custom-load-balance.md | 2 +- versioned_docs/version-2.4.0/user-guide/proxy/grpc-proxy.md | 4 ++-- versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.1/user-guide/proxy/grpc-proxy.md | 4 ++-- versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.2/user-guide/proxy/grpc-proxy.md | 4 ++-- versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.3/user-guide/proxy/grpc-proxy.md | 4 ++-- 24 files changed, 36 insertions(+), 36 deletions(-) diff --git a/blog/Plugin-SourceCode-Analysis-Divide-Plugin.md b/blog/Plugin-SourceCode-Analysis-Divide-Plugin.md index 9102187de2..fa95824d51 100644 --- a/blog/Plugin-SourceCode-Analysis-Divide-Plugin.md +++ b/blog/Plugin-SourceCode-Analysis-Divide-Plugin.md @@ -8,7 +8,7 @@ tags: [plugin,divide,Apache ShenYu] The `ShenYu` gateway uses the `divide` plugin to handle `http` requests. You can see the official documentation [Quick start with Http](https://shenyu.apache.org/docs/quick-start/quick-start-http) to learn how to use this plugin. -> This article is based on `shenyu-2.4.3` version for source code analysis, please refer to [Http Proxy](https://shenyu.apache.org/docs/user-guide/http-proxy) for the introduction of the official website. +> This article is based on `shenyu-2.4.3` version for source code analysis, please refer to [Http Proxy](https://shenyu.apache.org/docs/user-guide/proxy/http-proxy) for the introduction of the official website. ### 1. Register Service diff --git a/blog/Plugin-SourceCode-Analysis-Dubbo-Plugin.md b/blog/Plugin-SourceCode-Analysis-Dubbo-Plugin.md index 91fee1521f..54aad182b2 100644 --- a/blog/Plugin-SourceCode-Analysis-Dubbo-Plugin.md +++ b/blog/Plugin-SourceCode-Analysis-Dubbo-Plugin.md @@ -12,7 +12,7 @@ tags: [plugin,dubbo,Apache ShenYu] The `Apache ShenYu` gateway uses the `dubbo` plugin to make calls to the `dubbo` service. You can see the official documentation [Dubbo Quick Start](https://shenyu.apache.org/docs/quick-start/quick-start-dubbo) to learn how to use the plugin. -> This article is based on `shenyu-2.4.3` version for source code analysis, please refer to [Dubbo Service Access](https://shenyu.apache.org/zh/docs/user-guide/dubbo-proxy/) for the introduction of the official website. +> This article is based on `shenyu-2.4.3` version for source code analysis, please refer to [Dubbo Service Access](https://shenyu.apache.org/zh/docs/user-guide/proxy/dubbo-proxy/) for the introduction of the official website. ### 1. Service Registration diff --git a/blog/RegisterCenter-SourceCode-Analysis-Http-Register.md b/blog/RegisterCenter-SourceCode-Analysis-Http-Register.md index f35242c40c..23dc2015a8 100644 --- a/blog/RegisterCenter-SourceCode-Analysis-Http-Register.md +++ b/blog/RegisterCenter-SourceCode-Analysis-Http-Register.md @@ -999,7 +999,7 @@ public class ShenyuHttpRegistryController implements ShenyuServerRegisterReposit The exact method used is specified by the configuration file and then loaded via `SPI`. -In the `application.yml` file in `shenyu-admin` configure the registration method, `registerType` specify the registration type, when registering with `http`, `serverLists` do not need to be filled in, for more configuration instructions you can refer to the official website [Client Access Configuration](https://shenyu.apache.org/zh/docs/user-guide/register-center-access). +In the `application.yml` file in `shenyu-admin` configure the registration method, `registerType` specify the registration type, when registering with `http`, `serverLists` do not need to be filled in, for more configuration instructions you can refer to the official website [Client Access Configuration](https://shenyu.apache.org/zh/docs/user-guide/property-config/register-center-access). ```yaml shenyu: diff --git a/blog/SPI-SourceCode-Analysis-LoadBalance-SPI.md b/blog/SPI-SourceCode-Analysis-LoadBalance-SPI.md index a7b2ba665f..57097ffabf 100644 --- a/blog/SPI-SourceCode-Analysis-LoadBalance-SPI.md +++ b/blog/SPI-SourceCode-Analysis-LoadBalance-SPI.md @@ -462,7 +462,7 @@ In this class, a static method calling `LoadBalancer` is provided, where`Extensi ## Using of LoadBalancer module -In the above section, we describe the `LoadBalancer` `SPI` and three implementation classes. Let's take a look at how the `LoadBalancer` to be used in `Apache Shenyu`. [DividePlugin](http://shenyu.apache.org/docs/plugin-center/http-handle/divide-plugin) is a `plugin` in `Apache Shenyu` responsible for routing `http` request. when enable to use this `plugin`, it will transfer traffic according to selection data and rule data, and deliver to next plugin downstream. +In the above section, we describe the `LoadBalancer` `SPI` and three implementation classes. Let's take a look at how the `LoadBalancer` to be used in `Apache Shenyu`. [DividePlugin](http://shenyu.apache.org/docs/plugin-center/proxy/divide-plugin) is a `plugin` in `Apache Shenyu` responsible for routing `http` request. when enable to use this `plugin`, it will transfer traffic according to selection data and rule data, and deliver to next plugin downstream. ```java @Override diff --git a/blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md b/blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md index 4dd44278e2..5977f1f616 100644 --- a/blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md +++ b/blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md @@ -166,7 +166,7 @@ The following uses the `IDEA HTTP Client Plugin` to mock http to access http ser ### Use more plugins -We can refer to the [official documentation](../docs/index) to the left of `Plugins collection` to use the required plugins. +We can refer to the [official documentation](https://shenyu.apache.org/docs/index) to the left of `Plugins collection` to use the required plugins. ## Shenyu Front End Startup Guide diff --git a/blog/Start-SourceCode-Analysis-Start-Demo.md b/blog/Start-SourceCode-Analysis-Start-Demo.md index 189c871830..6f9e760a30 100644 --- a/blog/Start-SourceCode-Analysis-Start-Demo.md +++ b/blog/Start-SourceCode-Analysis-Start-Demo.md @@ -69,7 +69,7 @@ Now use `postman` to simulate `http` to request your `http` service: ### Use more plugins -We can refer to [Official Document](../docs/index) to use other plugins. +We can refer to [Official Document](https://shenyu.apache.org/docs/index) to use other plugins. Here is an example of using the param-mapping plugin. diff --git a/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md b/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md index 9676c16390..d3a393e602 100644 --- a/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md +++ b/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo-for-Contributor.md @@ -170,7 +170,7 @@ Apache ShenYu提供了Http、Dubbo、SpringCloud等应用接入shenyu网关的 ### 使用更多插件 -我们可以参考 [官方文档](../docs/index)左侧`插件集合`,来使用所需要插件。 +我们可以参考 [官方文档](https://shenyu.apache.org/zh/docs/index)左侧`插件集合`,来使用所需要插件。 ## Shenyu 前端启动指南 diff --git a/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo.md b/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo.md index 91fa5d9433..481f539d8a 100644 --- a/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo.md +++ b/i18n/zh/docusaurus-plugin-content-blog/Start-SourceCode-Analysis-Start-Demo.md @@ -69,7 +69,7 @@ Apache ShenYu提供了Http、Dubbo、SpringCloud等应用接入shenyu网关的 ### 使用更多插件 -我们可以参考 [官方文档](../docs/index),来使用其他的插件。 +我们可以参考 [官方文档](https://shenyu.apache.org/zh/docs/index),来使用其他的插件。 这里以使用 param-mapping 插件为例。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/grpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/grpc-proxy.md index e63ae60571..bd877182f3 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/grpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ description: gRPC服务接入 接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../../quick-start/quick-start-grpc)。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 grpc 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/tars-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/tars-proxy.md index a3c17ba56b..86e98aa33b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/tars-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/tars-proxy.md @@ -8,9 +8,9 @@ description: Tars服务接入 接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../../quick-start/quick-start-tars) 。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 tars 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/grpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/grpc-proxy.md index 8bdbe6802c..dec3dd3d6e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/grpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ description: gRPC服务接入 接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../../quick-start/quick-start-grpc)。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 grpc 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/tars-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/tars-proxy.md index 432df17397..b7e57e8ed2 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/tars-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/tars-proxy.md @@ -8,9 +8,9 @@ description: Tars服务接入 接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../../quick-start/quick-start-tars) 。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 tars 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/grpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/grpc-proxy.md index 7dc1553709..7dbf2cd6df 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/grpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ description: gRPC服务接入 接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../../quick-start/quick-start-grpc)。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 grpc 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/tars-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/tars-proxy.md index fde947f976..e0bc6cb717 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/tars-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/tars-proxy.md @@ -8,9 +8,9 @@ description: Tars服务接入 接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../../quick-start/quick-start-tars) 。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 tars 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/grpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/grpc-proxy.md index 4fd4d00340..5f7d7ff933 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/grpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ description: gRPC服务接入 接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../../quick-start/quick-start-grpc)。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 grpc 插件 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/tars-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/tars-proxy.md index e7ac3a015e..2238024941 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/tars-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/tars-proxy.md @@ -8,9 +8,9 @@ description: Tars服务接入 接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../../quick-start/quick-start-tars) 。 -应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)。 +应用客户端接入的相关配置请参考:[客户端接入配置](../register-center-access)。 -数据同步的相关配置请参考:[数据同步配置](./use-data-sync)。 +数据同步的相关配置请参考:[数据同步配置](../use-data-sync)。 ## 在网关中引入 tars 插件 diff --git a/versioned_docs/version-2.4.0/developer/spi/custom-load-balance.md b/versioned_docs/version-2.4.0/developer/spi/custom-load-balance.md index c5f13deee6..fd75699b75 100644 --- a/versioned_docs/version-2.4.0/developer/spi/custom-load-balance.md +++ b/versioned_docs/version-2.4.0/developer/spi/custom-load-balance.md @@ -6,7 +6,7 @@ description: Custom Load Balance ## 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.divide.balance.LoadBalance` . diff --git a/versioned_docs/version-2.4.0/user-guide/proxy/grpc-proxy.md b/versioned_docs/version-2.4.0/user-guide/proxy/grpc-proxy.md index 4f15bbd731..ab02cdd5d0 100644 --- a/versioned_docs/version-2.4.0/user-guide/proxy/grpc-proxy.md +++ b/versioned_docs/version-2.4.0/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ This document is intended to help the `gRPC` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../../quick-start/quick-start-grpc) . -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 gRPC plugin in gateway diff --git a/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md index 358408eab1..2281b6a615 100644 --- a/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md @@ -7,7 +7,7 @@ This document is intended to help the `Tars` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and add related dependencies on the gateway and `tars` application client. Refer to the previous [Quick start with Tars](../../quick-start/quick-start-tars) . -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)). diff --git a/versioned_docs/version-2.4.1/user-guide/proxy/grpc-proxy.md b/versioned_docs/version-2.4.1/user-guide/proxy/grpc-proxy.md index f72f5b8ba6..bf998c5212 100644 --- a/versioned_docs/version-2.4.1/user-guide/proxy/grpc-proxy.md +++ b/versioned_docs/version-2.4.1/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ This document is intended to help the `gRPC` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../../quick-start/quick-start-grpc) . -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 gRPC plugin in gateway diff --git a/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md index 682c30ffbb..0642e9fa10 100644 --- a/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md @@ -7,7 +7,7 @@ This document is intended to help the `Tars` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and add related dependencies on the gateway and `tars` application client. Refer to the previous [Quick start with Tars](../../quick-start/quick-start-tars) . -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)). diff --git a/versioned_docs/version-2.4.2/user-guide/proxy/grpc-proxy.md b/versioned_docs/version-2.4.2/user-guide/proxy/grpc-proxy.md index e177dbbeb5..a4de772476 100644 --- a/versioned_docs/version-2.4.2/user-guide/proxy/grpc-proxy.md +++ b/versioned_docs/version-2.4.2/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ This document is intended to help the `gRPC` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../../quick-start/quick-start-grpc) . -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 gRPC plugin in gateway diff --git a/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md index efa1dc7609..d91e7e99a2 100644 --- a/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md @@ -7,7 +7,7 @@ This document is intended to help the `Tars` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and add related dependencies on the gateway and `tars` application client. Refer to the previous [Quick start with Tars](../../quick-start/quick-start-tars) . -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)). diff --git a/versioned_docs/version-2.4.3/user-guide/proxy/grpc-proxy.md b/versioned_docs/version-2.4.3/user-guide/proxy/grpc-proxy.md index 1e5ca218b1..399f3d5ead 100644 --- a/versioned_docs/version-2.4.3/user-guide/proxy/grpc-proxy.md +++ b/versioned_docs/version-2.4.3/user-guide/proxy/grpc-proxy.md @@ -8,9 +8,9 @@ This document is intended to help the `gRPC` service access the `Apache ShenYu` Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../../quick-start/quick-start-grpc) . -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 gRPC plugin in gateway