Skip to content

Commit 5303500

Browse files
authored
docs: fixing link typo (operator-framework#2427)
Link has a typo
1 parent 8820b4e commit 5303500

File tree

1 file changed

+2
-2
lines changed
  • docsy/content/en/docs/dependent-resources

1 file changed

+2
-2
lines changed

docsy/content/en/docs/dependent-resources/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ For a better understanding it might be worth to study
471471
a [sample implementation](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/externalstate/ExternalStateReconciler.java)
472472
without dependent resources.
473473

474-
Please also refer to the [docs](/docs/patterns-best-practices#managing-state) for managing state in
474+
Please also refer to the [docs](/docs/patterns-and-best-practices#managing-state) for managing state in
475475
general.
476476

477477
## Combining Bulk and External State Tracking Dependent Resources
@@ -549,4 +549,4 @@ several benefits:
549549
resource to participate in conditions, in particular to decide whether the primary
550550
resource needs/can be reconciled using reconcile pre-conditions, block the progression of the workflow altogether with
551551
ready post-conditions or have other dependents depend on them, in essence, read-only dependents can participate in
552-
workflows just as any other dependents.
552+
workflows just as any other dependents.

0 commit comments

Comments
 (0)