You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/12 10:03:04 UTC

[camel-website] branch main updated: Fixed Link in CKC Idempotency blog post.

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5431f17  Fixed Link in CKC Idempotency blog post.
5431f17 is described below

commit 5431f17079f1affacf21f144fd162bff65c9ec99
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 12 11:02:55 2021 +0100

    Fixed Link in CKC Idempotency blog post.
---
 content/blog/2020/12/CKC-idempotency-070/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2020/12/CKC-idempotency-070/index.md b/content/blog/2020/12/CKC-idempotency-070/index.md
index 4d25f25..9d7862f 100644
--- a/content/blog/2020/12/CKC-idempotency-070/index.md
+++ b/content/blog/2020/12/CKC-idempotency-070/index.md
@@ -66,7 +66,7 @@ Some of the options can be used with their default value, in this example we're
 
 ### A real example
 
-The best way to show how the idempotency feature works, in camel-kafka-connector, it's through an example. We'll use the [AWS2-S3 Source connector](/camel-kafka-connector/next/reference/connectors/camel-aws2-s3-kafka-source-connector.html)
+The best way to show how the idempotency feature works, in camel-kafka-connector, it's through an example. We'll use the AWS2-S3 Source Connector for this purpose.
 
 As first step you'll need to fully build the [Camel-Kafka-connector project](https://github.com/apache/camel-kafka-connector) and install the connectors/camel-aws2-s3-kafka-connector zip package in your Kafka Broker plugin.path. Once the connector is in the plugin.path location, just unzip it. We describe how to build and unpack in the next steps: