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