Skip to content

Commit ec15b00

Browse files
authored
Merge pull request #4169 from camilamacedo86/docs-watch-reviews
📖 remove from getting started the link for watching resources since this doc acctually document predicates
2 parents 944fd9b + f66d262 commit ec15b00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/book/src/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ by the users.
305305
306306
#### Setting Manager to Watching Resources
307307
308-
The whole idea is to be [Watching][watching-resources] the resources that matter for the controller.
308+
The whole idea is to be Watching the resources that matter for the controller.
309309
When a resource that the controller is interested in changes, the Watch triggers the controller's
310310
reconciliation loop, ensuring that the actual state of the resource matches the desired state
311311
as defined in the controller's logic.
@@ -427,7 +427,6 @@ implemented for your controller.
427427
[group-kind-oh-my]: ./cronjob-tutorial/gvks.md
428428
[controller-gen]: ./reference/controller-gen.md
429429
[markers]: ./reference/markers.md
430-
[watches]: ./reference/watching-resources.md
431430
[rbac-markers]: ./reference/markers/rbac.md
432431
[k8s-rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
433432
[manager]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager
@@ -438,4 +437,3 @@ implemented for your controller.
438437
[deploy-image]: ./plugins/deploy-image-plugin-v1-alpha.md
439438
[GOPATH-golang-docs]: https://golang.org/doc/code.html#GOPATH
440439
[go-modules-blogpost]: https://blog.golang.org/using-go-modules
441-
[watching-resources]: ./reference/watching-resources

0 commit comments

Comments
 (0)