Skip to content

Commit 01681bb

Browse files
authored
chore(docs): change folder pkg to internal/controller in the migration guide
1 parent 32d569c commit 01681bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Therefore, you can check the changes in the layout results into:
6666
- If your project support multi-group the APIs are scaffold under a directory called `apis`. Rename this directory to `api`
6767
- Move the `controllers` directory under the `internal` and rename it for `controller`
6868
- Now ensure that the imports will be updated accordingly by:
69-
- Update the `main.go` imports to look for the new path of your controllers under the `pkg` directory
69+
- Update the `main.go` imports to look for the new path of your controllers under the `internal/controller` directory
7070

7171
**Then, let's update the scaffolds paths**
7272

0 commit comments

Comments
 (0)