Skip to content

Commit

Permalink
doc: small nits ajustments
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed May 20, 2024
1 parent 13f4927 commit 615bd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/migration/migration_guide_gov3_to_gov4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/migration/v3vsv4.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 615bd22

Please sign in to comment.