This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bf7a718  xref fix
bf7a718 is described below

commit bf7a718c2ba46928319d14c94b577bf205b37a49
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Sep 15 15:08:10 2021 +0200

    xref fix
---
 .../src/main/docs/modules/eips/pages/aggregate-eip.adoc              | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/aggregate-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/aggregate-eip.adoc
index 23425fe..6df0a1b 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/aggregate-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/aggregate-eip.adoc
@@ -282,10 +282,9 @@ The aggregator provides a pluggable repository which you 
can implement
 your own `org.apache.camel.spi.AggregationRepository`.
 
 If you need persistent repository then Camel provides numerous 
implementations, such as from the
-xref:components::caffeine-component.adoc[Caffeine],
-xref:components::cassandraql-component.adoc[CassandraQL],
+xref:components::caffeine-cache-component.adoc[Caffeine],
+xref:components::cql-component.adoc[CassandraQL],
 xref:components::ehcache-component.adoc[EHCache],
-xref:components::hazelcast-component.adoc[Hazelcast],
 xref:components::infinispan-component.adoc[Infinispan],
 xref:components::jcache-component.adoc[JCache],
 xref:components:others:leveldb.adoc[LevelDB],

Reply via email to