From 59751f6d412f1bb861e1c10a6e31c86773257750 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 4 Jun 2024 08:33:42 +0200 Subject: [PATCH] fix broken kubebuilder link in old docs --- docs/book/src/developer/providers/migrations/v0.3-to-v0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developer/providers/migrations/v0.3-to-v0.4.md b/docs/book/src/developer/providers/migrations/v0.3-to-v0.4.md index f3e33d140123..769d6dc56eb1 100644 --- a/docs/book/src/developer/providers/migrations/v0.3-to-v0.4.md +++ b/docs/book/src/developer/providers/migrations/v0.3-to-v0.4.md @@ -92,7 +92,7 @@ If flag has not provided, default value from `controller-runtime` should be used In an effort to simplify the management of Cluster API components, and realign with Kubebuilder configuration, we're requiring some changes to move all webhooks back into a single deployment manager, and to allow Cluster API watch all namespaces it manages. -For a `/config` folder reference, please use the testdata in the Kubebuilder project: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/project-v3/config +For a `/config` folder reference, please use the testdata in the Kubebuilder project: https://github.com/kubernetes-sigs/kubebuilder/tree/release-3.15/testdata/project-v3/config **Pre-requisites**