This is an automated email from the ASF dual-hosted git repository.
valdar 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 df6f42b Fixed Camel Kafka Connector links after doc refactor of the
subproject. (#588)
df6f42b is described below
commit df6f42b742ef06242e1edb8a187ac254d5a3ec03
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu Jun 10 22:24:56 2021 +0200
Fixed Camel Kafka Connector links after doc refactor of the subproject.
(#588)
---
content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md | 2 +-
content/blog/2020/12/CKC-idempotency-070/index.md | 2 +-
content/blog/2021/01/VSCode-LanguageSupport-0.0.30/index.md | 2 +-
data/release-categories.yaml | 2 +-
layouts/partials/releases/camel-kafka-connector.html | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
index 2ba1f7a..615ab95 100644
--- a/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
+++ b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
@@ -43,7 +43,7 @@ The documentation of each connector (source/sink or both) now
contains reference
- Aggregation Strategies list available in the connector as out of the box
solutions
On the Archetypes side: the archetype provided to extend the current
connectors is now able to use a parameter to specify what connector you want to
extend.
-More information available at [Camel-Kafka-connector archetype
documentation](/camel-kafka-connector/latest/archetypes.html).
+More information available at [Camel-Kafka-connector archetype
documentation](/camel-kafka-connector/latest/user-guide/extending-connector/index.html).
We added also a troubleshooting section in our documentation, to be able to
debug and use the connectors in the best way possible.
diff --git a/content/blog/2020/12/CKC-idempotency-070/index.md
b/content/blog/2020/12/CKC-idempotency-070/index.md
index 66afab6..17f4a77 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/latest/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](/camel-kafka-connector/latest/reference/connectors/camel-aws2-s3-kafka-source-connector.html)
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:
diff --git a/content/blog/2021/01/VSCode-LanguageSupport-0.0.30/index.md
b/content/blog/2021/01/VSCode-LanguageSupport-0.0.30/index.md
index 6f6ad79..19a3c38 100644
--- a/content/blog/2021/01/VSCode-LanguageSupport-0.0.30/index.md
+++ b/content/blog/2021/01/VSCode-LanguageSupport-0.0.30/index.md
@@ -18,7 +18,7 @@ The Camel Kafka Connector catalog has been upgraded from
0.6.0 to 0.7.0.
#### Completion for Basic Configuration
-Some properties are not part of the Camel catalog material, neither of the
[Kafka Connect](https://kafka.apache.org/documentation/#connectconfigs)
framework and applies to all Camel Kafka connectors. They are the [Basic
Configuration
properties](/camel-kafka-connector/latest/basic-configuration.html).
+Some properties are not part of the Camel catalog material, neither of the
[Kafka Connect](https://kafka.apache.org/documentation/#connectconfigs)
framework and applies to all Camel Kafka connectors. They are the [Basic
Configuration
properties](/camel-kafka-connector/latest/user-guide/basic-configuration.html).
Completion is now available for these properties:
diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index 6158aa1..2346cb9 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -83,7 +83,7 @@ camel-kafka-connector:
filename_format: 'camel-kafka-connector-{version}-src.zip'
- name: 'Binaries'
title: 'Connectors download list'
- link: '/camel-kafka-connector/latest/connectors.html'
+ link: '/camel-kafka-connector/latest/reference/index.html'
camel-quarkus:
id: 'camel-quarkus'
name: 'Apache Camel Quarkus'
diff --git a/layouts/partials/releases/camel-kafka-connector.html
b/layouts/partials/releases/camel-kafka-connector.html
index 287d703..bc22cdd 100644
--- a/layouts/partials/releases/camel-kafka-connector.html
+++ b/layouts/partials/releases/camel-kafka-connector.html
@@ -1,6 +1,6 @@
<h2 id="maven"><a class="anchor" href="#maven"></a>Getting the binaries from
Maven Central</h2>
-<p>We maintain a handy table linking to binary packages for the latest release
on the <a href="/camel-kafka-connector/latest/connectors.html">connector
list</a>.</p>
+<p>We maintain a handy table linking to binary packages for the latest release
on the <a href="/camel-kafka-connector/latest/reference/index.html">connector
list</a>.</p>
<p>For this release you can use Maven Central Repository Search to find and
download the binary packages. This search will show the packages from this
release: <code>g:org.apache.camel.kafkaconnector AND l:package AND v:{{
.Params.version }}</code>, or you can follow this link to the <a
href="https://search.maven.org/search?q=g:org.apache.camel.kafkaconnector%20AND%20l:package%20AND%20v:{{
.Params.version }}">search results</a>.</p>