From 8bd6eca957b5b46882e9caf4719568f9daa0c3b7 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Thu, 22 Jun 2017 17:30:59 -0700 Subject: [PATCH] Update outdated ingress resource link --- controllers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/README.md b/controllers/README.md index e62cf55b6..b724711f2 100644 --- a/controllers/README.md +++ b/controllers/README.md @@ -8,4 +8,4 @@ Configuring a webserver or loadbalancer is harder than it should be. Most webser ## What is an Ingress Controller? -An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress. +An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://kubernetes.io/docs/concepts/services-networking/ingress/). Its job is to satisfy requests for ingress.