From a1fc508f40add6811ac5555f346021f1a9b0ee72 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:43:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Fix:=20broken=20url=20in=20exten?= =?UTF-8?q?ding=5Fcli=5Ffeatures=5Fand=5Fplugins.md=20(#4344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/extending/extending_cli_features_and_plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/plugins/extending/extending_cli_features_and_plugins.md b/docs/book/src/plugins/extending/extending_cli_features_and_plugins.md index 4e01521f8af..8df865fd1b6 100644 --- a/docs/book/src/plugins/extending/extending_cli_features_and_plugins.md +++ b/docs/book/src/plugins/extending/extending_cli_features_and_plugins.md @@ -405,7 +405,7 @@ creating features or plugins that can rely on this information. [markers-scaffold]: ./../../reference/markers/scaffold.md [kb-utils]: https://github.com/kubernetes-sigs/kubebuilder/blob/book-v4/pkg/plugin/util/util.go [project-file-config]: ./../../reference/project-config.md -[cli]: ./../../../../../pkg/cli +[cli]: https://github.com/kubernetes-sigs/kubebuilder/tree/book-v4/pkg/cli [kb-go-plugin]: https://github.com/kubernetes-sigs/kubebuilder/tree/book-v4/pkg/plugins/golang/v4 [cobra]: https://github.com/spf13/cobra [external-plugin]: external-plugins.md