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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c2ea63  chore: replace absolute links with relative
3c2ea63 is described below

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

    chore: replace absolute links with relative
---
 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 0949895..288169b 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 a5f4c61..e51944c 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], on xref:try-it-
 
 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://camel.zulipchat.com[Zuliptter 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