From 2a2f2c816937a508d10c754abc5a9f253378633e Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 24 Apr 2017 20:03:36 +0100 Subject: [PATCH] Correct repo for nginx ingress controller (#950) --- stable/nginx-ingress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/nginx-ingress/README.md b/stable/nginx-ingress/README.md index 6a12ccbf50..9d11e739e8 100644 --- a/stable/nginx-ingress/README.md +++ b/stable/nginx-ingress/README.md @@ -1,6 +1,6 @@ # nginx-ingress -[nginx-ingress](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration. +[nginx-ingress](https://github.com/kubernetes/ingress/tree/master/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration. To use, add the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.