This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch v1.5.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v1.5.0 by this push:
new dd5acd3b docs: fix `server-secret.yaml` link in `mtls.md` (#1434)
dd5acd3b is described below
commit dd5acd3b94321a54552e6f50c80cd61e6a97960d
Author: Young <[email protected]>
AuthorDate: Thu Nov 3 17:26:50 2022 +0800
docs: fix `server-secret.yaml` link in `mtls.md` (#1434)
---
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..6dec0de8 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/v1.5.0/docs/en/latest/tutorials/mtls/mtls.yaml).
In this guide, we use this as an example.
```bash
kubectl apply -f ./mtls/server-secret.yaml -n default