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

zregvart pushed a commit to branch camel-kafka-connector-0.4.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.4.x by 
this push:
     new ab3951d  chore: replace absolute links with relative
ab3951d is described below

commit ab3951d3465455ea776109a377bc1244c46a086a
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Nov 3 17:38:38 2020 +0100

    chore: replace absolute links with relative
    
    (cherry picked from commit 06dc7118bf11a8eb666d05f1c09db846d8dea78d)
    
    # Conflicts:
    #   docs/modules/ROOT/pages/getting-started.adoc
---
 docs/modules/ROOT/pages/aggregation.adoc     | 2 +-
 docs/modules/ROOT/pages/getting-started.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/aggregation.adoc 
b/docs/modules/ROOT/pages/aggregation.adoc
index a5c799f..fc33ed1 100644
--- a/docs/modules/ROOT/pages/aggregation.adoc
+++ b/docs/modules/ROOT/pages/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 
https://camel.apache.org/components/latest/eips/aggregate-eip.html[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:
 
diff --git a/docs/modules/ROOT/pages/getting-started.adoc 
b/docs/modules/ROOT/pages/getting-started.adoc
index 2fed46b..0c69ca0 100644
--- a/docs/modules/ROOT/pages/getting-started.adoc
+++ b/docs/modules/ROOT/pages/getting-started.adoc
@@ -7,4 +7,4 @@ To get started try it out xref:try-it-out-locally.adoc[locally] 
or on xref:try-i
 
 For more information on how to install the connector packages, take a look at 
xref:getting-started-with-packages.adoc[Packages documentation].
 
-For more information join the community on the 
https://camel.apache.org/community/mailing-list/[Camel Users mailing list] or 
chat on https://gitter.im/apache/camel-kafka-connector[Gitter chat] and have a 
look at the https://github.com/apache/camel-kafka-connector/[Camel Kafka 
Connector GitHub repository].
+For more information join the community on the 
link:/community/mailing-list/[Camel Users mailing list] or chat on 
https://camel.zulipchat.com[Zuliptter chat] and have a look at the 
https://github.com/apache/camel-kafka-connector/[Camel Kafka Connector GitHub 
repository].

Reply via email to