Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 fix a link for Cluster API videos and tutorials #11623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/book/src/developer/providers/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Much of the information here was adapted directly from it.

Also worth to notice that suggestion in this guide are only intended to help first time provider implementers to get started,
but this is not an exhaustive guide of all the intricacies of developing Kubernetes controllers.
Please refer to the [Kubebuilder Book][kubebuilder-book] and to [Cluster API videos and tutorials](../../guide.md#videos-explaining-capi-architecture-and-code-walkthroughs)
for more information.
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)
for more information.

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