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

valdar pushed a commit to branch camel-kafka-connector-0.11.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-kafka-connector-0.11.x 
by this push:
     new 055ebe7  Revert to xref pointing to camel doc latest version.
055ebe7 is described below

commit 055ebe75ca2919b5a143ade975ebe527c5a38c60
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Tue Sep 28 13:31:32 2021 +0200

    Revert to xref pointing to camel doc latest version.
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 4 ++--
 docs/modules/ROOT/pages/user-guide/aggregation.adoc          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index aa13c5d..2b07d69 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -3,10 +3,10 @@
 :page-aliases: release-guide.adoc
 
 The process is _mutatis mutandis_ the same as for the main Apache Camel 
repository - see the
-xref:3.11.x@manual::release-guide.adoc[Release guide] page of the Camel 
documentation.
+xref:latest@manual::release-guide.adoc[Release guide] page of the Camel 
documentation.
 
 Here, just a sketch of the repeating part, after you have performed the 
initial setup following the
-xref:3.11.x@manual::release-guide.adoc[Camel Release guide]. In particular the 
section about setting up your maven environment as described in 
xref:3.11.x@manual::release-guide.adoc#ReleaseGuide-MavenSetup[Camel Release 
Maven Setup].
+xref:latest@manual::release-guide.adoc[Camel Release guide]. In particular the 
section about setting up your maven environment as described in 
xref:latest@manual::release-guide.adoc#ReleaseGuide-MavenSetup[Camel Release 
Maven Setup].
 
 == Pre release tasks
 
diff --git a/docs/modules/ROOT/pages/user-guide/aggregation.adoc 
b/docs/modules/ROOT/pages/user-guide/aggregation.adoc
index 0c3a335..7c179bb 100644
--- a/docs/modules/ROOT/pages/user-guide/aggregation.adoc
+++ b/docs/modules/ROOT/pages/user-guide/aggregation.adoc
@@ -4,7 +4,7 @@
 In a Sink Connector scenario, there are, sometimes, use cases where an end 
user want to aggregate his Kafka record before sending them to an external 
system. 
 Usually this can be done by defining a batch size or a timeout and once the 
aggregation has been completed, sent the aggregate records collection to the 
external system.
 
-In Apache Camel it exists the 
xref:3.11.x@components:eips:aggregate-eip.adoc[Aggregate EIP] implementation 
and in Camel-Kafka-connector we wanted to leverage what we already have in the 
plain Apache Camel project.
+In Apache Camel it exists the 
xref:latest@components:eips:aggregate-eip.adoc[Aggregate EIP] implementation 
and in Camel-Kafka-connector we wanted to leverage what we already have in the 
plain Apache Camel project.
 
 We introduced then the following options in the Sink Connector Configuration:
 

Reply via email to