From 05350d270a17eb0e0ea566ad4c25beb1dfb8d55f Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Date: Fri, 9 Jun 2023 11:20:37 -0400 Subject: [PATCH] doc: fix path error --- docs/book/src/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 9a158c1e05f..ff35aed97a0 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).