From 425111e02d85cef0790935275b0a6741b4fa39b0 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Tue, 19 Apr 2016 12:35:53 +0200 Subject: [PATCH] Fix README link --- cluster/addons/cluster-loadbalancing/glbc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/cluster-loadbalancing/glbc/README.md b/cluster/addons/cluster-loadbalancing/glbc/README.md index b5bb34f247b..b398255c0ce 100644 --- a/cluster/addons/cluster-loadbalancing/glbc/README.md +++ b/cluster/addons/cluster-loadbalancing/glbc/README.md @@ -1,7 +1,7 @@ # GCE Load-Balancer Controller (GLBC) Cluster Addon This cluster addon is composed of: -* A [Google L7 LoadBalancer Controller](https://github.com/kubernetes/contrib/tree/master/Ingress/controllers/gce) +* A [Google L7 LoadBalancer Controller](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/gce) * A [404 default backend](https://github.com/kubernetes/contrib/tree/master/404-server) Service + RC It relies on the [Ingress resource](../../../../docs/user-guide/ingress.md) only available in Kubernetes version 1.1 and beyond.