Skip to content

Commit 9f29104

Browse files
📖 Fix: broken url in extending_cli_features_and_plugins.md (#4341)
You can see the current 404 here: https://book.kubebuilder.io/plugins/extending/extending_cli_features_and_plugins#plugin-keys (after clicking on go the kubebuilder.io URL)
1 parent 504e625 commit 9f29104

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
@@ -406,7 +406,7 @@ creating features or plugins that can rely on this information.
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
408408
[cli]: ./../../../../../pkg/cli
409-
[kb-go-plugin]: ./../../../../../pkg/plugins/golang/v4
409+
[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
412412
[deploy-image]: ./../available/deploy-image-plugin-v1-alpha.md

0 commit comments

Comments
 (0)