From 00dfad7f484f8ee9ddde891d0b21150f571cfe28 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Fri, 18 Nov 2022 06:59:51 +0000 Subject: [PATCH] Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md Co-authored-by: Varsha --- .../book/src/migration/manually_migration_guide_gov3_to_gov4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md index d2cd33ee5d..741ea3b82c 100644 --- a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md +++ b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md @@ -51,7 +51,7 @@ default scaffolds to be applied on your project Note that under the `config/` directory you will find scaffolding changes since using `go/v4-alpha` you will ensure that you are no longer using Kustomize v3x. -You can mainly compare the `config/` directory from the samples scaffold under the `testdata`directory by +You can mainly compare the `config/` directory from the samples scaffolded under the `testdata`directory by checking the differences between the `testdata/project-v3/config/` with `testdata/project-v4/config/` which are samples created with the same commands with the only difference being versions.