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