Skip to content

Commit b16b238

Browse files
authored
Merge pull request #3933 from camilamacedo86/nits-docs
📖 doc: small nits for the migration section
2 parents 13f4927 + 615bd22 commit b16b238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/migration/migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project that looks like a native go/v4 project layout (latest version).
1616
To upgrade your project you might want to use the command `kubebuilder alpha generate [OPTIONS]`.
1717
This command will re-scaffold the project using the current Kubebuilder version.
1818
You can run `kubebuilder alpha generate --plugins=go/v4` to regenerate your project using `go/v4`
19-
based in your [PROJECT][project-file] file config.
19+
based in your [PROJECT][project-file] file config. ([More info](./../reference/rescaffold.md))
2020

2121
</aside>
2222

docs/book/src/migration/v3vsv4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go/v3 vs go/v4
22

3-
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`.
3+
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`.
44

55
The details of all changes (breaking or otherwise) can be found in:
66

0 commit comments

Comments
 (0)