From 963081375beb55af23c04a2284de9794925cb11c Mon Sep 17 00:00:00 2001 From: George G Date: Wed, 28 Sep 2016 16:32:20 +0100 Subject: [PATCH] ingress/controllers/README.md: Fix a link --- controllers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/README.md b/controllers/README.md index 6ce5bc370..198e50f17 100644 --- a/controllers/README.md +++ b/controllers/README.md @@ -57,7 +57,7 @@ for { ``` All this is doing is: -* List Ingresses, optionally you can watch for changes (see [GCE Ingress controller](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/controller.go) for an example) +* List Ingresses, optionally you can watch for changes (see [GCE Ingress controller](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/controller/controller.go) for an example) * Executes the template and writes results to `/etc/nginx/nginx.conf` * Reloads nginx