Skip to content

Commit 2a372d8

Browse files
authored
Merge pull request #5021 from ricardo1u/master
🐛 Fix link shared about plugin versioning when plugins are not found
2 parents 80c17fa + 6c5e4fa commit 2a372d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func (c *CLI) getInfoFromDefaults() {
423423
}
424424

425425
const unstablePluginMsg = " (plugin version is unstable, there may be an upgrade available: " +
426-
"https://kubebuilder.io/migration/plugin/plugins.html)"
426+
"https://kubebuilder.io/plugins/plugins-versioning)"
427427

428428
// resolvePlugins selects from the available plugins those that match the project version and plugin keys provided.
429429
func (c *CLI) resolvePlugins() error {

0 commit comments

Comments
 (0)