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

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cfe95af doc: fix server-secret.yaml in mtls.md (#1432)
1cfe95af is described below

commit 1cfe95afd536e4f5c180d66f07b9dbbed45b20a4
Author: Young <[email protected]>
AuthorDate: Thu Nov 3 17:26:17 2022 +0800

    doc: fix server-secret.yaml in mtls.md (#1432)
---
 docs/en/latest/tutorials/mtls.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/tutorials/mtls.md b/docs/en/latest/tutorials/mtls.md
index 30d29d19..605926ad 100644
--- a/docs/en/latest/tutorials/mtls.md
+++ b/docs/en/latest/tutorials/mtls.md
@@ -107,7 +107,7 @@ In APISIX Ingress Controller, we use 
[ApisixTls](../concepts/apisix_tls.md) reso
 
 ApisixTls requires a secret which field `cert` and `key` contains the 
certificate and private key.
 
-A secret yaml containing the certificate mentioned above [is 
here](./mtls/server-secret.yaml). In this guide, we use this as an example.
+A secret yaml containing the certificate mentioned above [is 
here](https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/tutorials/mtls/server-secret.yaml).
 In this guide, we use this as an example.
 
 ```bash
 kubectl apply -f ./mtls/server-secret.yaml -n default

Reply via email to