Skip to content

Commit c7ede90

Browse files
fix link best practices
1 parent b48f95c commit c7ede90

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/book/src/reference/good-practices.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,17 @@ We recommend you manage your solutions using Status Conditionals following the [
6868
<aside class="note">
6969
<h1> Example of Usage </h1>
7070

71-
Check out the [Deploy Image Plugin][deploy-image-plugin]. This plugin allows users to scaffold API/Controllers to deploy and manage an Operand (image) on the cluster following the guidelines and best practices. It abstracts the
71+
Check out the [Deploy Image Plugin][deploy-image]. This plugin allows users to scaffold API/Controllers to deploy and manage an Operand (image) on the cluster following the guidelines and best practices. It abstracts the
7272
complexities of achieving this goal while allowing users to customize the generated code.
7373

7474
Therefore, you can check an example of Status Conditional usage by looking at its API(s) scaffolded and code implemented under the Reconciliation into its Controllers.
7575

7676
</aside>
7777

7878
[docs]: ./cronjob-tutorial/gvks.html
79-
80-
[operator-pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
81-
79+
[operator-pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
8280
[controllers]: https://kubernetes.io/docs/concepts/architecture/controller/
83-
8481
[controller-runtime-topic]: https://github.com/kubernetes-sigs/controller-runtime/blob/main/FAQ.md#q-how-do-i-have-different-logic-in-my-reconciler-for-different-types-of-events-eg-create-update-delete
85-
8682
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime
87-
8883
[deploy-image]: ./plugins/deploy-image-plugin-v1-alpha.md
89-
90-
[controller-runtime-manager]: https://github.com/kubernetes-sigs/controller-runtime/blob/304027bcbe4b3f6d582180aec5759eb4db3f17fd/pkg/manager/manager.go#L53
91-
84+
[controller-runtime-manager]: https://github.com/kubernetes-sigs/controller-runtime/blob/304027bcbe4b3f6d582180aec5759eb4db3f17fd/pkg/manager/manager.go#L53

0 commit comments

Comments
 (0)