From 7cae9e05ed6de4d513c7d89effda05b53671c975 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Wed, 25 Dec 2024 11:33:37 +0800 Subject: [PATCH] fix a link for Cluster API videos and tutorials --- docs/book/src/developer/providers/getting-started/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/developer/providers/getting-started/overview.md b/docs/book/src/developer/providers/getting-started/overview.md index 18d7c6d571a2..0fe6425b6ca0 100644 --- a/docs/book/src/developer/providers/getting-started/overview.md +++ b/docs/book/src/developer/providers/getting-started/overview.md @@ -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.