Skip to content

Commit 0a3ef0b

Browse files
authored
docs: fix broken link to controller-runtime FAQ (#5182)
Signed-off-by: Masato Naka <[email protected]>
1 parent dab12ea commit 0a3ef0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/faqs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, you should refrain from moving the scaffolded files, doing so will
3434

3535
## How can I have separate logic for Create, Update, and Delete events? When reconciling an object can I access its previous state?
3636

37-
You should not have separate logic. Instead design your reconciler to be idempotent. See the [controller-runtime FAQ][controller-runtime_faq] for more details.
37+
You should not have separate logic. Instead design your reconciler to be idempotent. See the [controller-runtime FAQ][cr-faq] for more details.
3838

3939
## When my Custom Resource is deleted, I need to know its contents or perform cleanup tasks. How can I do that?
4040

0 commit comments

Comments
 (0)