Skip to content

Commit 98ecdbd

Browse files
gouzixinggouzixinggouzixing
authored
[BUG]links mistakes in http-proxy docs (apache#925)
* fix: http-proxy文章链接错误 --------- Co-authored-by: gouzixing <gouzixing@MacintoshdeMacBook-Pro.local> Co-authored-by: gouzixing <gouzixing@bupt.edu.cn> Co-authored-by: gouzixing <gouzixing>
1 parent 35beabc commit 98ecdbd

File tree

14 files changed

+40
-40
lines changed

14 files changed

+40
-40
lines changed

docs/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) .
1313

@@ -242,8 +242,8 @@ Special note: currently only supports `@RequestMapping, @GetMapping, @PostMappin
242242
## Http request access gateway(other framework)
243243

244244
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
245-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
246-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)
245+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
246+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)
247247

248248
## User request
249249

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)
1212

@@ -238,9 +238,9 @@ description: Http服务接入
238238

239239
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
240240

241-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)
241+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)
242242

243-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)
243+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)
244244

245245
## 用户请求
246246

i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)
1212

@@ -158,9 +158,9 @@ description: Http服务接入
158158

159159
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
160160

161-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)。
161+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)。
162162

163-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)。
163+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)。
164164

165165
## 用户请求
166166

i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)
1212

@@ -123,9 +123,9 @@ description: Http服务接入
123123

124124
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
125125

126-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)。
126+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)。
127127

128-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)。
128+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)。
129129

130130
## 用户请求
131131

i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)
1212

@@ -238,9 +238,9 @@ description: Http服务接入
238238

239239
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
240240

241-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)
241+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)
242242

243-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)
243+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)
244244

245245
## 用户请求
246246

i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/proxy/http-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](./register-center-access)
1212

i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)
1212

@@ -238,9 +238,9 @@ description: Http服务接入
238238

239239
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
240240

241-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)
241+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)
242242

243-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)
243+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)
244244

245245
## 用户请求
246246

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Http服务接入
66

77
本文档旨在帮助 `http` 服务接入到 `Apache ShenYu` 网关。`Apache ShenYu` 网关使用 `divide` 插件来处理 `http` 请求。
88

9-
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../quick-start/quick-start-http)
9+
接入前,请正确启动 `shenyu-admin`,并开启`divide`插件,在网关端和`Http`服务端引入相关依赖。可以参考前面的 [Http快速开始](../../quick-start/quick-start-http)
1010

1111
应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)
1212

@@ -238,9 +238,9 @@ description: Http服务接入
238238

239239
* 首先在 `shenyu-admin` 找到 `divide` 插件,进行选择器,和规则的添加,进行流量的匹配筛选。
240240

241-
* 如果不懂怎么配置,请参考 [选择器和规则管理](../user-guide/admin-usage/selector-and-rule)
241+
* 如果不懂怎么配置,请参考 [选择器和规则管理](../admin-usage/selector-and-rule)
242242

243-
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../developer/developer-shenyu-client)
243+
* 您也可以自定义开发属于你的 `http-client`,参考 [多语言 Http 客户端开发](../../developer/developer-shenyu-client)
244244

245245
## 用户请求
246246

versioned_docs/version-2.4.0/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](./register-center-access) .
1313

@@ -168,8 +168,8 @@ The following indicates that `/order/save` is proxied by the gateway, while `/or
168168
## Http request access gateway(other framework)
169169

170170
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
171-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
172-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)。
171+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
172+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)。
173173

174174
## User request
175175

versioned_docs/version-2.4.1/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](./register-center-access) .
1313

@@ -128,8 +128,8 @@ The following indicates that `/order/save` is proxied by the gateway, while `/or
128128
## Http request access gateway(other framework)
129129

130130
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
131-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
132-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)。
131+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
132+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)。
133133

134134
## User request
135135

versioned_docs/version-2.4.2/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](./register-center-access) .
1313

@@ -242,8 +242,8 @@ Special note: currently only supports `@RequestMapping, @GetMapping, @PostMappin
242242
## Http request access gateway(other framework)
243243

244244
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
245-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
246-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)
245+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
246+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)
247247

248248
## User request
249249

versioned_docs/version-2.4.3/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](./register-center-access) .
1313

@@ -242,8 +242,8 @@ Special note: currently only supports `@RequestMapping, @GetMapping, @PostMappin
242242
## Http request access gateway(other framework)
243243

244244
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
245-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
246-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)
245+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
246+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)
247247

248248
## User request
249249

versioned_docs/version-2.5.0/user-guide/proxy/http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Integrate Http with shenyu gateway
77

88
This document is intended to help the `Http` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Divide` plugin to handle `Http` requests.
99

10-
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../quick-start/quick-start-http) .
10+
Before the connection, start `shenyu-admin` correctly, start `Divide` plugin, and add related dependencies on the gateway and `Http` application client. Refer to the previous [Quick start with Http](../../quick-start/quick-start-http) .
1111

1212
For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) .
1313

@@ -242,8 +242,8 @@ Special note: currently only supports `@RequestMapping, @GetMapping, @PostMappin
242242
## Http request access gateway(other framework)
243243

244244
* First, find `divide` plugin in `shenyu-admin`, add selector, and rules, and filter traffic matching.
245-
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../user-guide/admin-usage/selector-and-rule).
246-
* You can also develop your customized http-client,refer to [multi-language Http client development](../developer/developer-shenyu-client)
245+
* If you don't know how to configure, please refer to [Selector Detailed Explanation](../admin-usage/selector-and-rule).
246+
* You can also develop your customized http-client,refer to [multi-language Http client development](../../developer/developer-shenyu-client)
247247

248248
## User request
249249

0 commit comments

Comments
 (0)