Skip to content

Commit b6fccab

Browse files
committed
(docs/quick-start): Fix generated controller file path
Signed-off-by: Shinebayar Gansukh <3091558+shinebayar-g@users.noreply.github.com>
1 parent e2bc0ac commit b6fccab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
7878
<h1>Press Options</h1>
7979

8080
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
81-
and the `internal/controllers/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD).
81+
and the `internal/controller/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD).
8282

8383
</aside>
8484

0 commit comments

Comments
 (0)