Skip to content

Commit 0c37ac4

Browse files
authored
docs: fix a dead link (operator-framework#1796)
1 parent 917b114 commit 0c37ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ reconciliations from being triggered when not needed and allowing efficient oper
574574
[PerResourcePollingEventSource](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/polling/PerResourcePollingEventSource.java)
575575
is used to poll external APIs, which don't support webhooks or other event notifications. It
576576
extends the abstract
577-
[CachingEventSource](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/CachingEventSource.java)
577+
[ExternalResourceCachingEventSource](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/ExternalResourceCachingEventSource.java)
578578
to support caching.
579579
See [MySQL Schema sample](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/sample-operators/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/MySQLSchemaReconciler.java)
580580
for usage.

0 commit comments

Comments
 (0)