diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 9a158c1e05..ff35aed97a 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -82,7 +82,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook

Press Options

If you press `y` for Create Resource [y/n] and for Create Controller [y/n] then this will create the files `api/v1/guestbook_types.go` where the API is defined -and the `controllers/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD). +and the `internal/controllers/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD).