Skip to content

Commit d564e91

Browse files
committed
Add link to videos in the Getting started section
1 parent ec6825b commit d564e91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/book/src/developer/providers/webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Defaulting webhooks are an implementation of a [Kubernetes mutating webhook](htt
1111
## Conversion webhooks
1212
Conversion webhooks are what allow Cluster API to work with multiple API types without requiring different versions. 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)
1313

14-
For a walkthrough on implementing conversion webhooks see the video in the [Developer Guide](https://cluster-api.sigs.k8s.io/developer/guide.html?highlight=video#videos-explaining-capi-architecture-and-code-walkthroughs)
14+
For a walkthrough on implementing conversion webhooks see the video in the [Developer Guide](../guide.md#videos-explaining-capi-architecture-and-code-walkthroughs)
1515

1616
## Implementing webhooks with Controller Runtime and Kubebuilder
1717
The webhooks in Cluster API are offered through tools in Controller Runtime and Kubebuilder. The webhooks implement interfaces defined in Controller Runtime, while generation of manifests can be done using Kubebuilder.

docs/book/src/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Started by the Kubernetes Special Interest Group (SIG) [Cluster Lifecycle](https
1010
* [Concepts](./user/concepts.md)
1111
* [Developer guide](./developer/guide.md)
1212
* [Contributing](./CONTRIBUTING.md)
13+
* [Videos explaining Cluster API architecture](./developer/guide.md#videos-explaining-capi-architecture-and-code-walkthroughs)
1314

1415
<aside class="note">
1516

0 commit comments

Comments
 (0)