Skip to content

Commit 3717362

Browse files
authored
Merge pull request #5255 from shinebayar-g/fix-quick-start-typo
📖 (docs/quick-start): Fix generated controller file path
2 parents 24d3e42 + b6fccab commit 3717362

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)