From 3993737e5820dcb9427e846dc04a07f3fb548e61 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 6 Aug 2020 08:17:40 +0800 Subject: [PATCH] replacing the control plane glossary term replacing the control plane glossary term for a link to: /docs/concepts/overview/components/ --- content/en/docs/concepts/architecture/controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/controller.md b/content/en/docs/concepts/architecture/controller.md index 00d585c992..c9d7a6249b 100644 --- a/content/en/docs/concepts/architecture/controller.md +++ b/content/en/docs/concepts/architecture/controller.md @@ -154,7 +154,7 @@ controller does. ## {{% heading "whatsnext" %}} -* Read about the [Kubernetes control plane](/docs/reference/glossary/?all=true#term-control-plane) +* Read about the [Kubernetes control plane](/docs/concepts/overview/components/) * Discover some of the basic [Kubernetes objects](/docs/concepts/overview/working-with-objects) * Learn more about the [Kubernetes API](/docs/concepts/overview/kubernetes-api/) * If you want to write your own controller, see [Extension Patterns](/docs/concepts/extend-kubernetes/extend-cluster/#extension-patterns) in Extending Kubernetes.