Skip to content

Commit

Permalink
docs: fixing link typo (#2427)
Browse files Browse the repository at this point in the history
Link has a typo
  • Loading branch information
cskinfill authored Jun 5, 2024
1 parent 8820b4e commit 5303500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsy/content/en/docs/dependent-resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ For a better understanding it might be worth to study
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)
without dependent resources.

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

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

0 comments on commit 5303500

Please sign in to comment.