From dbf871a45792c822c52bb8a9d89096d75b7b32ac Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 12 May 2025 14:18:27 +0200 Subject: [PATCH] Fix Antora reference warnings. Closes #1575 --- src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc b/src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc index 7ee0009e8..d989b5a11 100644 --- a/src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc +++ b/src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc @@ -21,4 +21,4 @@ As in Java, `characters` in Kotlin is strongly typed, but Kotlin's clever type i Spring Data for Apache Cassandra provides the following extensions: * Reified generics support for `CassandraOperations` (including async and reactive variants), `CqlOperations` (including async and reactive variants)`FluentCassandraOperations`, `ReactiveFluentCassandraOperations`, `Criteria`, and `Query`. -* <> extensions for `ReactiveFluentCassandraOperations`. +* xref:page$kotlin/coroutines.adoc[Coroutines] extensions for `ReactiveFluentCassandraOperations`.