Skip to content

Commit 6c5e4fa

Browse files
authored
Update cli.go
update unreachable url
1 parent 80c17fa commit 6c5e4fa

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)