From be36051684836978c46b816e58f57227721c65de Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 9 Oct 2025 07:14:37 +0200 Subject: [PATCH] Fix broken links in book MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- docs/book/src/developer/getting-started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/book/src/developer/getting-started.md b/docs/book/src/developer/getting-started.md index c8ea6ba5dbd2..3d6d834422cd 100644 --- a/docs/book/src/developer/getting-started.md +++ b/docs/book/src/developer/getting-started.md @@ -167,12 +167,10 @@ To test another iteration, you'll need to follow the steps to build, push, updat **Tutorials** -* [kubectl Create Cluster: Production-ready Kubernetes with Cluster API 1.0 - October 2022](https://kccncna2022.sched.com/event/1BZDs) +* [kubectl Create Cluster: Production-ready Kubernetes with Cluster API 1.0 - October 2022](https://www.youtube.com/watch?v=7wdVPuf-gXI) [Source code](https://github.com/ykakarap/kubecon-na-22-capi-lab) -* [So You Want To Develop a Cluster API Provider? - October 2022](https://kccncna2022.sched.com/event/182Ha) - - [Source code](https://capi-samples.github.io/kubecon-na-2022-tutorial/) +* [So You Want To Develop a Cluster API Provider? - October 2022](https://www.youtube.com/watch?v=5-X6haLVO5A) **Code walkthroughs**