Skip to content

Commit 1fa6c2d

Browse files
📖 Fix broken reference to project-file instead of project-file-config
1 parent 2cb3c51 commit 1fa6c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ There are two ways to specify a plugin to run:
8080
- Setting `kubebuilder init --plugins=<plugin key>`, which will initialize a project configured for plugin with key
8181
`<plugin key>`.
8282

83-
- A `layout: <plugin key>` in the scaffolded [PROJECT configuration file][project-file]. Commands (except for `init`, which scaffolds this file) will look at this value before running to choose which plugin to run.
83+
- A `layout: <plugin key>` in the scaffolded [PROJECT configuration file][project-file-config]. Commands (except for `init`, which scaffolds this file) will look at this value before running to choose which plugin to run.
8484

8585
By default, `<plugin key>` will be `go.kubebuilder.io/vX`, where `X` is some integer.
8686

@@ -408,4 +408,4 @@ creating features or plugins that can rely on this information.
408408
[cobra]: https://github.com/spf13/cobra
409409
[external-plugin]: external-plugins.md
410410
[deploy-image]: ./../available/deploy-image-plugin-v1-alpha.md
411-
[upgrade-assistant]: ./../../reference/rescaffold.md
411+
[upgrade-assistant]: ./../../reference/rescaffold.md

0 commit comments

Comments
 (0)