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

wenming 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 81149cd31 docs: fix 404 link (#9160)
81149cd31 is described below

commit 81149cd31567f6a86e33100fa7d09d7550073157
Author: 琚致远 / Zhiyuan Ju <[email protected]>
AuthorDate: Fri Mar 24 20:47:05 2023 +0800

    docs: fix 404 link (#9160)
---
 docs/en/latest/mtls.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/mtls.md b/docs/en/latest/mtls.md
index eae5a17fe..1a1180a09 100644
--- a/docs/en/latest/mtls.md
+++ b/docs/en/latest/mtls.md
@@ -163,7 +163,7 @@ Sometimes the upstream requires mTLS. In this situation, 
the APISIX acts as the
 
 When configuring `upstreams`, we could use parameter `tls.client_cert` and 
`tls.client_key` to configure the client certificate APISIX used to communicate 
with upstreams. Please refer to [Admin API](./admin-api.md#upstream) for 
details.
 
-This feature requires APISIX to run on 
[APISIX-Base](./FAQ/#how-do-i-build-the-apisix-base-environment).
+This feature requires APISIX to run on 
[APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment).
 
 Here is a similar Python script to patch a existed upstream with mTLS (changes 
admin API url if needed):
 

Reply via email to