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

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

commit 1758c013b9fa35c8b53f22d52b8d1797e4a6bd94
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)
---
 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..d1b4aca 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 276e62f..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://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