diff --git a/docs/book/src/reference/good-practices.md b/docs/book/src/reference/good-practices.md index 0980c94c5d3..30a59877c09 100644 --- a/docs/book/src/reference/good-practices.md +++ b/docs/book/src/reference/good-practices.md @@ -22,7 +22,7 @@ Avoid a design solution where the same controller reconciles more than one Kind. ## How to use Status Conditionals -We recommends you to manage your solutions using Status Conditionals. You can check the scaffold provided via the [deploy-image][./plugins/deploy-image-plugin-v1-alpha.html] as an example for its implementation. +We recommends you to manage your solutions using Status Conditionals. You can check the scaffold provided via the [deploy-image][deploy-image] as an example for its implementation. Additionally, we recommend checking the documentation on [Operator patterns][operator-pattern] from Kubernetes to better understand the purpose of the standard solutions that are built with KubeBuilder. @@ -36,3 +36,5 @@ Additionally, we recommend checking the documentation on [Operator patterns][ope [controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime [sdk-bestpractices]: https://sdk.operatorframework.io/docs/best-practices/ + +[deploy-image]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/plugins/deploy-image-plugin-v1-alpha.md