You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/11/03 16:41:54 UTC

[camel-kafka-connector] 01/01: chore: replace absolute links with relative

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

commit 06dc7118bf11a8eb666d05f1c09db846d8dea78d
Author: Zoran Regvart <zr...@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..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 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].