Skip to content

Commit d438180

Browse files
author
brendanwr
committed
Update controller file path
1 parent a6f4763 commit d438180

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
@@ -58,7 +58,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
5858
```
5959

6060
The will create the files `api/v1/guestbook_types.go` and
61-
`pkg/controller/guestbook_controller.go` for you to edit.
61+
`controller/guestbook_controller.go` for you to edit.
6262

6363
**Optional:** Edit the API definition or the reconcilation business logic.
6464
For more on this see [What is

0 commit comments

Comments
 (0)