From 3a7e93bfc3fb0c921bd13077b414ee96247acbdb Mon Sep 17 00:00:00 2001 From: fabriziopandini Date: Wed, 25 Sep 2024 13:19:13 +0200 Subject: [PATCH] Fix broken link --- docs/book/src/developer/providers/getting-started/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developer/providers/getting-started/webhooks.md b/docs/book/src/developer/providers/getting-started/webhooks.md index f65a3559aebf..a4e5a9f28e5d 100644 --- a/docs/book/src/developer/providers/getting-started/webhooks.md +++ b/docs/book/src/developer/providers/getting-started/webhooks.md @@ -30,7 +30,7 @@ Conversion webhooks are what allow Cluster API to work with multiple API version It does this by converting the incoming version to a `Hub` version which is used internally by the controllers. To read more about conversion see the [Kubebuilder documentation](https://book.kubebuilder.io/multiversion-tutorial/conversion.html) -For a walkthrough on implementing conversion webhooks see the video in the [Developer Guide](../../guide.md#videos-explaining-capi-architecture-and-code-walkthroughs) +For a walkthrough on implementing conversion webhooks see the video in the [Developer Guide](../../getting-started.md#videos-explaining-capi-architecture-and-code-walkthroughs) ## Implementing webhooks with Controller Runtime, Controller Tools and Kubebuilder