Skip to content

Commit b378900

Browse files
authored
Merge pull request #26148 from pkbhowmick/master
Fix NGINX Ingress Controller URl
2 parents 14b20a3 + a398bc0 commit b378900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Kubernetes as a project supports and maintains [AWS](https://github.com/kubernet
4343
is an [Istio](https://istio.io/) based ingress controller.
4444
* The [Kong Ingress Controller for Kubernetes](https://github.com/Kong/kubernetes-ingress-controller#readme)
4545
is an ingress controller driving [Kong Gateway](https://konghq.com/kong/).
46-
* The [NGINX Ingress Controller for Kubernetes](https://www.nginx.com/products/nginx/kubernetes-ingress-controller)
46+
* The [NGINX Ingress Controller for Kubernetes](https://www.nginx.com/products/nginx-ingress-controller/)
4747
works with the [NGINX](https://www.nginx.com/resources/glossary/nginx/) webserver (as a proxy).
4848
* [Skipper](https://opensource.zalando.com/skipper/kubernetes/ingress-controller/) HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress, designed as a library to build your custom proxy.
4949
* The [Traefik Kubernetes Ingress provider](https://doc.traefik.io/traefik/providers/kubernetes-ingress/) is an

0 commit comments

Comments
 (0)