This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new cd6988559 docs: fix error link (#7356)
cd6988559 is described below
commit cd69885596fb4901c8f0a1afbb3c02e04e32e4ff
Author: feihan <[email protected]>
AuthorDate: Thu Jun 30 13:44:35 2022 +0800
docs: fix error link (#7356)
---
conf/config-default.yaml | 2 +-
docs/en/latest/admin-api.md | 2 +-
docs/en/latest/mtls.md | 2 +-
docs/en/latest/plugins/gzip.md | 2 +-
docs/en/latest/plugins/real-ip.md | 2 +-
docs/en/latest/wasm.md | 2 +-
docs/en/latest/xrpc/redis.md | 2 +-
docs/zh/latest/admin-api.md | 2 +-
docs/zh/latest/mtls.md | 2 +-
docs/zh/latest/plugins/client-control.md | 2 +-
docs/zh/latest/plugins/gzip.md | 2 +-
docs/zh/latest/plugins/proxy-control.md | 2 +-
docs/zh/latest/plugins/real-ip.md | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index f35ec65b0..f03d31bac 100644
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -289,7 +289,7 @@ etcd:
#password: 5tHkHhYkjr6cQY # root password for etcd
tls:
# To enable etcd client certificate you need to build APISIX-Base, see
- #
https://apisix.apache.org/docs/apisix/FAQ#how-do-i-build-the-apisix-base-environment?
+ #
https://apisix.apache.org/docs/apisix/FAQ#how-do-i-build-the-apisix-base-environment
#cert: /path/to/cert # path of certificate used by the etcd client
#key: /path/to/key # path of key used by the etcd client
diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index 0dc4ee318..deaf1c4c7 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -565,7 +565,7 @@ The following should be considered when setting the
`hash_on` value:
- When set to `vars_combinations`, the `key` is required. The value of the key
can be a combination of any of the [Nginx
variables](http://nginx.org/en/docs/varindex.html) like
`$request_uri$remote_addr`.
- When no value is set for either `hash_on` or `key`, the key defaults to
`remote_addr`.
-The features described below requires APISIX to be run on
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment?):
+The features described below requires APISIX to be run on
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment):
You can set the `scheme` to `tls`, which means "TLS over TCP".
diff --git a/docs/en/latest/mtls.md b/docs/en/latest/mtls.md
index b46e7d7b8..294d4b162 100644
--- a/docs/en/latest/mtls.md
+++ b/docs/en/latest/mtls.md
@@ -66,7 +66,7 @@ curl --cacert /data/certs/mtls_ca.crt --key
/data/certs/mtls_client.key --cert /
### How to configure
-You need to build
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment?) and
configure `etcd.tls` section if you want APISIX to work on an etcd cluster with
mTLS enabled.
+You need to build
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment) and
configure `etcd.tls` section if you want APISIX to work on an etcd cluster with
mTLS enabled.
```yaml
etcd:
diff --git a/docs/en/latest/plugins/gzip.md b/docs/en/latest/plugins/gzip.md
index 3096083c2..69b7df762 100644
--- a/docs/en/latest/plugins/gzip.md
+++ b/docs/en/latest/plugins/gzip.md
@@ -32,7 +32,7 @@ The `gzip` Plugin dynamically sets the behavior of [gzip in
Nginx](https://docs.
:::info IMPORTANT
-This Plugin requires APISIX to run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment?).
+This Plugin requires APISIX to run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment).
:::
diff --git a/docs/en/latest/plugins/real-ip.md
b/docs/en/latest/plugins/real-ip.md
index f1f59559c..88d7783f9 100644
--- a/docs/en/latest/plugins/real-ip.md
+++ b/docs/en/latest/plugins/real-ip.md
@@ -35,7 +35,7 @@ This is more flexible but functions similarly to Nginx's
[ngx_http_realip_module
:::info IMPORTANT
-This Plugin requires APISIX to run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment?).
+This Plugin requires APISIX to run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment).
:::
diff --git a/docs/en/latest/wasm.md b/docs/en/latest/wasm.md
index c8881df84..506207303 100644
--- a/docs/en/latest/wasm.md
+++ b/docs/en/latest/wasm.md
@@ -23,7 +23,7 @@ title: Wasm
APISIX supports Wasm plugins written with [Proxy Wasm
SDK](https://github.com/proxy-wasm/spec#sdks).
-This plugin requires APISIX to run on
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment?), and is
under construction.
+This plugin requires APISIX to run on
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment), and is
under construction.
Currently, only a few APIs are implemented. Please follow
[wasm-nginx-module](https://github.com/api7/wasm-nginx-module) to know the
progress.
## Programming model
diff --git a/docs/en/latest/xrpc/redis.md b/docs/en/latest/xrpc/redis.md
index 63f791724..26c4added 100644
--- a/docs/en/latest/xrpc/redis.md
+++ b/docs/en/latest/xrpc/redis.md
@@ -35,7 +35,7 @@ The Redis protocol support allows APISIX to proxy Redis
commands, and provide va
:::note
-This feature requires APISIX to be run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment?).
+This feature requires APISIX to be run on
[APISIX-Base](../FAQ.md#how-do-i-build-the-apisix-base-environment).
It also requires the data sent from clients are well-formed and sane.
Therefore, it should only be used in deployments where both the downstream and
upstream are trusted.
diff --git a/docs/zh/latest/admin-api.md b/docs/zh/latest/admin-api.md
index 2ae3290de..e5dc14202 100644
--- a/docs/zh/latest/admin-api.md
+++ b/docs/zh/latest/admin-api.md
@@ -583,7 +583,7 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上
`keepalive_pool` 允许 upstream 对象有自己单独的连接池。
它下属的字段,比如 `requests`,可以用了配置上游连接保持的参数。
-这个特性需要 APISIX 运行于 [APISIX-Base](./FAQ.md#如何构建-APISIX-Base-环境?)。
+这个特性需要 APISIX 运行于 [APISIX-Base](./FAQ.md#如何构建-apisix-base-环境)。
**upstream 对象 json 配置内容:**
diff --git a/docs/zh/latest/mtls.md b/docs/zh/latest/mtls.md
index 07ab50e31..8996f2b5f 100644
--- a/docs/zh/latest/mtls.md
+++ b/docs/zh/latest/mtls.md
@@ -154,7 +154,7 @@ curl --resolve
'mtls.test.com:<APISIX_HTTPS_PORT>:<APISIX_URL>' "https://<APISIX
在配置 upstream 资源时,可以使用参数 `tls.client_cert` 和 `tls.client_key` 来配置 APISIX
用于与上游进行通讯时使用的证书。可参考 [Upstream API 文档](./admin-api.md#upstream)。
-该功能需要 APISIX 运行在 [APISIX-Base](./FAQ.md#如何构建-APISIX-Base-环境?) 上。
+该功能需要 APISIX 运行在 [APISIX-Base](./FAQ.md#如何构建-apisix-base-环境) 上。
下面是一个与配置 SSL 时相似的 Python 脚本,可为一个已存在的 upstream 资源配置双向认证。如果需要,可修改 API 地址和 API
Key。
diff --git a/docs/zh/latest/plugins/client-control.md
b/docs/zh/latest/plugins/client-control.md
index 2e7247cf8..ae98f58dd 100644
--- a/docs/zh/latest/plugins/client-control.md
+++ b/docs/zh/latest/plugins/client-control.md
@@ -25,7 +25,7 @@ title: client-control
`client-control` 插件能够动态地控制 Nginx 处理客户端的请求的行为。
-**这个插件需要 APISIX 在 [APISIX-Base](../FAQ.md#如何构建-APISIX-Base-环境?) 上运行。**
+**这个插件需要 APISIX 在 [APISIX-Base](../FAQ.md#如何构建-apisix-base-环境) 上运行。**
## 属性
diff --git a/docs/zh/latest/plugins/gzip.md b/docs/zh/latest/plugins/gzip.md
index 9d1de6c40..75493abdc 100644
--- a/docs/zh/latest/plugins/gzip.md
+++ b/docs/zh/latest/plugins/gzip.md
@@ -32,7 +32,7 @@ description: 本文介绍了关于 Apache APISIX `gzip` 插件的基本信息及
:::info IMPORTANT
-该插件要求 Apache APISIX 运行在 [APISIX-Base](../FAQ.md#如何构建-APISIX-Base-环境?) 上。
+该插件要求 Apache APISIX 运行在 [APISIX-Base](../FAQ.md#如何构建-apisix-base-环境) 上。
:::
diff --git a/docs/zh/latest/plugins/proxy-control.md
b/docs/zh/latest/plugins/proxy-control.md
index 7b15ee5db..6c309a257 100644
--- a/docs/zh/latest/plugins/proxy-control.md
+++ b/docs/zh/latest/plugins/proxy-control.md
@@ -25,7 +25,7 @@ title: proxy-control
`proxy-control` 能够动态地控制 Nginx 代理的行为。
-**这个插件需要 APISIX 在 [APISIX-Base](../FAQ.md#如何构建-APISIX-Base-环境?) 上运行。**
+**这个插件需要 APISIX 在 [APISIX-Base](../FAQ.md#如何构建-apisix-base-环境) 上运行。**
## 属性
diff --git a/docs/zh/latest/plugins/real-ip.md
b/docs/zh/latest/plugins/real-ip.md
index f931c21f8..3804cdcda 100644
--- a/docs/zh/latest/plugins/real-ip.md
+++ b/docs/zh/latest/plugins/real-ip.md
@@ -35,7 +35,7 @@ description: 本文介绍了关于 Apache APISIX `real-ip` 插件的基本信息
:::info IMPORTANT
-该插件要求 APISIX 运行在 [APISIX-Base](../FAQ.md#如何构建-APISIX-Base-环境?) 上。
+该插件要求 APISIX 运行在 [APISIX-Base](../FAQ.md#如何构建-apisix-base-环境) 上。
:::