Skip to content

Commit 60ac4a7

Browse files
authored
Merge pull request #3443 from Shabirmean/patch-1
📖 : doc fix path error
2 parents 81f65c2 + 05350d2 commit 60ac4a7

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
@@ -82,7 +82,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
8282
<h1>Press Options</h1>
8383

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

8787
</aside>
8888

0 commit comments

Comments
 (0)