From bdcaed1f20dee5d0b690416a4c331d189e00ef97 Mon Sep 17 00:00:00 2001 From: mrfly Date: Mon, 20 Nov 2017 16:41:29 +0800 Subject: [PATCH] fix broken links The GCE ingress controller was moved to github.com/kubernetes/ingress-gce. --- contributors/design-proposals/architecture/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/architecture/architecture.md b/contributors/design-proposals/architecture/architecture.md index c4175f5fe..9ca52af3b 100644 --- a/contributors/design-proposals/architecture/architecture.md +++ b/contributors/design-proposals/architecture/architecture.md @@ -237,7 +237,7 @@ Service endpoints are found primarily via [DNS](https://kubernetes.io/docs/conce A number of components, called [*add-ons*](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) typically run on Kubernetes itself: * [DNS](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns) -* [Ingress controller](https://github.com/kubernetes/ingress-nginx/tree/master/pkg/ingress/controller) +* [Ingress controller](https://github.com/kubernetes/ingress-gce) * [Heapster](https://github.com/kubernetes/heapster/) (resource monitoring) * [Dashboard](https://github.com/kubernetes/dashboard/) (GUI)