diff --git a/docs/book/src/migration/migration_guide_gov3_to_gov4.md b/docs/book/src/migration/migration_guide_gov3_to_gov4.md index a8562be332..44d3ddf71b 100644 --- a/docs/book/src/migration/migration_guide_gov3_to_gov4.md +++ b/docs/book/src/migration/migration_guide_gov3_to_gov4.md @@ -16,7 +16,7 @@ project that looks like a native go/v4 project layout (latest version). To upgrade your project you might want to use the command `kubebuilder alpha generate [OPTIONS]`. This command will re-scaffold the project using the current Kubebuilder version. You can run `kubebuilder alpha generate --plugins=go/v4` to regenerate your project using `go/v4` -based in your [PROJECT][project-file] file config. +based in your [PROJECT][project-file] file config. ([More info](./../reference/rescaffold.md)) diff --git a/docs/book/src/migration/v3vsv4.md b/docs/book/src/migration/v3vsv4.md index 30cc3d4ca8..b0b02e02df 100644 --- a/docs/book/src/migration/v3vsv4.md +++ b/docs/book/src/migration/v3vsv4.md @@ -1,6 +1,6 @@ # go/v3 vs go/v4 -This document covers all breaking changes when migrating from projects built using the plugin go/v3 (default for any scaffold done since `28 Apr 2021`) to the next alpha version of the Golang plugin `go/v4`. +This document covers all breaking changes when migrating from projects built using the plugin go/v3 (default for any scaffold done since `28 Apr 2021`) to the next version of the Golang plugin `go/v4`. The details of all changes (breaking or otherwise) can be found in: