diff --git a/docsy/content/en/docs/dependent-resources/_index.md b/docsy/content/en/docs/dependent-resources/_index.md index 51738869e3..1736c63c22 100644 --- a/docsy/content/en/docs/dependent-resources/_index.md +++ b/docsy/content/en/docs/dependent-resources/_index.md @@ -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 @@ -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. \ No newline at end of file + workflows just as any other dependents.