You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/05/29 11:23:20 UTC

[apisix] branch master updated: docs: fix link in zh docs (#4335)

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

tokers 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 d855dcb  docs: fix link in zh docs (#4335)
d855dcb is described below

commit d855dcb87127ed6fcbb2b2fbd01874b3b27a7462
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sat May 29 19:23:12 2021 +0800

    docs: fix link in zh docs (#4335)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 docs/zh/latest/admin-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/admin-api.md b/docs/zh/latest/admin-api.md
index e79e378..dca9364 100644
--- a/docs/zh/latest/admin-api.md
+++ b/docs/zh/latest/admin-api.md
@@ -574,7 +574,7 @@ APISIX 的 Upstream 除了基本的复杂均衡算法选择外,还支持对上
 
 `tls.client_cert/key` 可以用来跟上游进行 mTLS 通信。
 他们的格式和 SSL 对象的 `cert` 和 `key` 一样。
-这个特性需要 APISIX 运行于 [APISIX-OpenResty](../how-to-build.md#6-build-openresty-for-apisix)。
+这个特性需要 APISIX 运行于 [APISIX-OpenResty](../how-to-build.md#6-为-apisix-构建-openresty)。
 
 **upstream 对象 json 配置内容:**