Skip to content

Commit 64cff90

Browse files
authored
docs: fix FAQ links (#2615)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9558b87 commit 64cff90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/en/docs/faq/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET a
5656
```
5757

5858
To restrict the operator to a set of namespaces, you may override which namespaces are watched by a reconciler
59-
at [Reconciler-level configuration](./configuration.md#reconciler-level-configuration):
59+
at [Reconciler-level configuration](../configuration.md#reconciler-level-configuration):
6060

6161
```java
6262
Operator operator;
@@ -68,7 +68,7 @@ operator.register(reconciler, configOverrider ->
6868
Note that configuring the watched namespaces can also be done using the `@ControllerConfiguration` annotation.
6969

7070
Furthermore, you may not be able to list CRDs at startup which is required when `checkingCRDAndValidateLocalModel`
71-
is `true` (`false` by default). To disable, set it to `false` at [Operator-level configuration](./configuration.md#operator-level-configuration):
71+
is `true` (`false` by default). To disable, set it to `false` at [Operator-level configuration](../configuration#operator-level-configuration):
7272

7373
```java
7474
Operator operator = new Operator( override -> override.checkingCRDAndValidateLocalModel(false));

0 commit comments

Comments
 (0)