You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/getting-started/overview.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Much of the information here was adapted directly from it.
13
13
14
14
Also worth to notice that suggestion in this guide are only intended to help first time provider implementers to get started,
15
15
but this is not an exhaustive guide of all the intricacies of developing Kubernetes controllers.
16
-
Please refer to the [Kubebuilder Book][kubebuilder-book] and to [Cluster API videos and tutorials](../../guide.md#videos-explaining-capi-architecture-and-code-walkthroughs)
17
-
for more information.
16
+
Please refer to the [Kubebuilder Book][kubebuilder-book] and to [Cluster API videos and tutorials](../../getting-started.md#videos-explaining-capi-architecture-and-code-walkthroughs)
17
+
for more information.
18
18
19
19
If you already know how `kubebuilder` works, if you know how to write Kubernetes controllers, or if you are planning
20
20
to use something different than `kubebuilder` to develop your own Cluster API provider, you can skip this guide entirely.
0 commit comments