Skip to content

Commit b62b994

Browse files
authored
Merge pull request #11623 from pacoxu/fix-wrong-link
📖 Fix a link for Cluster API videos and tutorials
2 parents 44360af + 7cae9e0 commit b62b994

File tree

1 file changed

+2
-2
lines changed
  • docs/book/src/developer/providers/getting-started

1 file changed

+2
-2
lines changed

docs/book/src/developer/providers/getting-started/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Much of the information here was adapted directly from it.
1313

1414
Also worth to notice that suggestion in this guide are only intended to help first time provider implementers to get started,
1515
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.
1818

1919
If you already know how `kubebuilder` works, if you know how to write Kubernetes controllers, or if you are planning
2020
to use something different than `kubebuilder` to develop your own Cluster API provider, you can skip this guide entirely.

0 commit comments

Comments
 (0)