From 3dd89c977f6f7c56c4b0e2b59e15634243844eea Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Wed, 24 May 2023 16:56:06 +0100 Subject: [PATCH] Update docs/book/src/migration/multi-group.md --- docs/book/src/migration/multi-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/migration/multi-group.md b/docs/book/src/migration/multi-group.md index 6fcd1cd4aa6..1fda2197e93 100644 --- a/docs/book/src/migration/multi-group.md +++ b/docs/book/src/migration/multi-group.md @@ -59,7 +59,7 @@ Then, your layout has not the internal directory. So, you will move the controll mkdir controller/batch mv controller/* controller/batch/ ``` - + Next, we'll need to update all the references to the old package name. For CronJob, the paths to be replaced would be `main.go` and `controllers/batch/cronjob_controller.go` to their respective locations in the new project structure.