Skip to content

Commit cc60e8c

Browse files
📖 docs: update migration_guide_gov3_to_gov4.md (#4204)
docs: update migration_guide_gov3_to_gov4.md Clarify where to migrate the controllers to.
1 parent f2a3897 commit cc60e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/migration/migration_guide_gov3_to_gov4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ These files have not been modified by the new plugin, so you should be able to r
103103

104104
### Migrate the Controllers
105105

106-
Now, let's migrate the controller code from `controllers/cronjob_controller.go` in our old project to the new one.
106+
Now, let's migrate the controller code from `controllers/cronjob_controller.go` in our old project to `internal/controller/cronjob_controller.go` in the new one.
107107

108108
## Migrate the Webhooks
109109

@@ -158,4 +158,4 @@ fine.
158158
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime/releases
159159
[multi-group]: multi-group.md
160160
[manually-upgrade]: manually_migration_guide_gov3_to_gov4.md
161-
[project-file]: ../reference/project-config.md
161+
[project-file]: ../reference/project-config.md

0 commit comments

Comments
 (0)