You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2023/03/24 06:03:34 UTC

[apisix] 01/01: docs: fix 404 link

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

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 89f5098048940c50f3c8e0fc893d8201fc824008
Author: 琚致远 / Zhiyuan Ju <ju...@apache.org>
AuthorDate: Fri Mar 24 14:03:26 2023 +0800

    docs: fix 404 link
---
 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):