summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authormrfly <mr.wrfly@gmail.com>2017-11-20 16:41:29 +0800
committerGitHub <noreply@github.com>2017-11-20 16:41:29 +0800
commitbdcaed1f20dee5d0b690416a4c331d189e00ef97 (patch)
tree020207a7acb7c4f3fee491230ec571d577a2700e /contributors
parent3a991bd962d86628034834bf998489df53eedaac (diff)
fix broken links
The GCE ingress controller was moved to github.com/kubernetes/ingress-gce.
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/architecture/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/architecture/architecture.md b/contributors/design-proposals/architecture/architecture.md
index c4175f5f..9ca52af3 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)