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 96df45ee docs: fix dead link (#1211)
96df45ee is described below
commit 96df45eef553edea5b47664fb0543de48e2c4b6b
Author: xiangtianyu <[email protected]>
AuthorDate: Thu Aug 4 14:13:45 2022 +0800
docs: fix dead link (#1211)
---
docs/en/latest/FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index d9f7f52a..2eb0c835 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -79,7 +79,7 @@ Ref to FAQ #7.
### 9. Modify the Admin API key in APISIX-Ingress
-Usually, you need to modify the Admin API key to protect Apache APISIX. Please
refer to this
[link](https://apisix.apache.org/docs/apisix/how-to-build/#updating-admin-api-key)
to simply change Apache APISIX.
+Usually, you need to modify the Admin API key to protect Apache APISIX. Please
refer to this
[link](https://apisix.apache.org/docs/apisix/installation-guide/#updating-admin-api-key)
to simply change Apache APISIX.
However, in apisix-ingress-controller, if we need to change the Admin API key,
we also need to change the Admin API key in apisix-ingress-controller. There
are two different ways to implement the requirements here.