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

kvn 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 a3f58d0  fix: ack.md link fix (#503)
a3f58d0 is described below

commit a3f58d07a749b4594e460b4645ef77d8d21598fb
Author: Shivani chauhan <56837749+xdshiv...@users.noreply.github.com>
AuthorDate: Thu May 27 18:31:22 2021 +0530

    fix: ack.md link fix (#503)
---
 docs/en/latest/deployments/ack.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/deployments/ack.md 
b/docs/en/latest/deployments/ack.md
index 224cc23..0d0d372 100644
--- a/docs/en/latest/deployments/ack.md
+++ b/docs/en/latest/deployments/ack.md
@@ -52,7 +52,7 @@ kubectl get service --namespace ingress-apisix
 
 Two Service resources were created, one is `apisix-gateway`, which processes 
the real traffic; another is `apisix-admin`, which acts as the control plane to 
process all the configuration changes.
 
-The gateway service type is set to `LoadBalancer` (See [Access services 
through SLB](https://help.aliyun.com/document_detail/182218.html) for more 
details), so that clients can access Apache APISIX through a load balancer. You 
can find the load balancer ip by running:
+The gateway service type is set to `LoadBalancer` (See [Access services 
through SLB](https://www.alibabacloud.com/help/doc-detail/182218.htm) for more 
details), so that clients can access Apache APISIX through a load balancer. You 
can find the load balancer ip by running:
 
 ```shell
 kubectl get service apisix-gateway --namespace ingress-apisix -o 
jsonpath='{.status.loadBalancer.ingress[].ip}'

Reply via email to