Skip to content

Commit a1fc508

Browse files
📖 Fix: broken url in extending_cli_features_and_plugins.md (#4344)
1 parent 56e8901 commit a1fc508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/plugins/extending/extending_cli_features_and_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ creating features or plugins that can rely on this information.
405405
[markers-scaffold]: ./../../reference/markers/scaffold.md
406406
[kb-utils]: https://github.com/kubernetes-sigs/kubebuilder/blob/book-v4/pkg/plugin/util/util.go
407407
[project-file-config]: ./../../reference/project-config.md
408-
[cli]: ./../../../../../pkg/cli
408+
[cli]: https://github.com/kubernetes-sigs/kubebuilder/tree/book-v4/pkg/cli
409409
[kb-go-plugin]: https://github.com/kubernetes-sigs/kubebuilder/tree/book-v4/pkg/plugins/golang/v4
410410
[cobra]: https://github.com/spf13/cobra
411411
[external-plugin]: external-plugins.md

0 commit comments

Comments
 (0)