Skip to content

Commit 9f4181b

Browse files
honnixmetacosm
authored andcommitted
Fix link to LeaderElection test (#1451)
1 parent f8c881a commit 9f4181b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ the events. This means that should the leader change for any reason, for example
693693
crashed, the other instances are already warmed up and ready to pick up where the previous
694694
leader left off should one of them become elected leader.
695695

696-
See sample configuration in the [E2E test](https://github.com/java-operator-sdk/java-operator-sdk/blob/144947d89323f1c65de6e86bd8b9a6a8ffe714ff/sample-operators/leader-election/src/main/java/io/javaoperatorsdk/operator/sample/LeaderElectionTestOperator.java#L26-L30)
696+
See sample configuration in the [E2E test](https://github.com/java-operator-sdk/java-operator-sdk/blob/8865302ac0346ee31f2d7b348997ec2913d5922b/sample-operators/leader-election/src/main/java/io/javaoperatorsdk/operator/sample/LeaderElectionTestOperator.java#L21-L23)
697697
.
698698

699699
## Monitoring with Micrometer
@@ -725,4 +725,4 @@ with a `mycrs` plural form will result in 2 files:
725725

726726
**NOTE:**
727727
> Quarkus users using the `quarkus-operator-sdk` extension do not need to add any extra dependency
728-
> to get their CRD generated as this is handled by the extension itself.
728+
> to get their CRD generated as this is handled by the extension itself.

0 commit comments

Comments
 (0)