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:53 UTC

[camel-kafka-connector] branch master updated (3c2ea63 -> 06dc711)

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

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


 discard 3c2ea63  chore: replace absolute links with relative
     new 06dc711  chore: replace absolute links with relative

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3c2ea63)
            \
             N -- N -- N   refs/heads/master (06dc711)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/modules/ROOT/pages/aggregation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Posted by zr...@apache.org.
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].