Fix control loop hyperlink

should point to /docs/concepts/architecture/controller
This commit is contained in:
Ray
2020-08-05 13:03:25 +08:00
parent 97ffc14ac6
commit 9f9b714b63
@@ -9,7 +9,7 @@ weight: 30
Operators are software extensions to Kubernetes that make use of
[custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
to manage applications and their components. Operators follow
Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-control-plane).
Kubernetes principles, notably the [control loop](/docs/concepts/architecture/controller).
<!-- body -->