You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/01/19 10:18:24 UTC

[camel-website] branch main updated: Fix broken links in blogs due to v4

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

davsclaus 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 91e476aa Fix broken links in blogs due to v4
91e476aa is described below

commit 91e476aad469d780a168f7ce495f1480a807ad9d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 19 11:18:11 2023 +0100

    Fix broken links in blogs due to v4
---
 content/blog/2020/06/camel-k-release-1.0.0/index.md  |  2 +-
 content/blog/2020/12/Camel37-Whatsnew/index.md       | 14 +++++++-------
 content/blog/2022/07/camel-k-monitoring-ops/index.md |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/content/blog/2020/06/camel-k-release-1.0.0/index.md b/content/blog/2020/06/camel-k-release-1.0.0/index.md
index c57d4c55..810bb52e 100644
--- a/content/blog/2020/06/camel-k-release-1.0.0/index.md
+++ b/content/blog/2020/06/camel-k-release-1.0.0/index.md
@@ -202,7 +202,7 @@ Now, let's suppose you want to see what your routes are doing and trace the exec
 kamel run Routes.java -t prometheus.enabled=true -t tracing.enabled=true
 ```
 
-That's it again. The Camel K operator will add the [camel-opentracing library](/components/next/others/opentracing.html) and **connect it to the Jaeger collector that is available in the namespace**.
+That's it again. The Camel K operator will add the [camel-opentracing library](/components/3.20.x/others/opentracing.html) and **connect it to the Jaeger collector that is available in the namespace**.
 Here again, [advanced use cases](/camel-k/next/traits/tracing.html) are supported.
 
 ## Master routes
diff --git a/content/blog/2020/12/Camel37-Whatsnew/index.md b/content/blog/2020/12/Camel37-Whatsnew/index.md
index 7350dbf5..2f60ecf8 100644
--- a/content/blog/2020/12/Camel37-Whatsnew/index.md
+++ b/content/blog/2020/12/Camel37-Whatsnew/index.md
@@ -20,7 +20,7 @@ This release introduces a set of new features and noticeable improvements that w
 We continued our avenue of making Camel faster and smaller. This time we focused on the built-in Simple scripting
 language.
 
-First we added the [jOOR language](/components/next/languages/joor-language.html). jOOR is a small Java tool for
+First we added the [jOOR language](/components/3.20.x/languages/joor-language.html). jOOR is a small Java tool for
 performing runtime compilation of Java source code in-memory. It has some limitations but generally works well for small
 scripting code (requires Java 11 onwards).
 
@@ -28,7 +28,7 @@ Then we worked on compiled simple.
 
 ### Compiled Simple
 
-The [csimple language](/components/next/languages/csimple-language.html)
+The [csimple language](/components/3.20.x/languages/csimple-language.html)
 is parsed into regular Java source code and compiled together with all the other source code, or compiled once during
 bootstrap via jOOR.
 
@@ -123,7 +123,7 @@ microservice/serverless architectures, with a _closed world_ assumption.
 ### Autowiring components
 
 The Camel components is now capable of autowiring by type. For example
-the [AWS2 SQS](/components/next/aws2-sqs-component.html) components can automatically lookup in the registry if there is
+the [AWS2 SQS](/components/3.20.x/aws2-sqs-component.html) components can automatically lookup in the registry if there is
 a single instance of `SqsClient`, and then pre configure itself.
 
 We have marked up in the Camel documentation which component options supports this by showing *Autowired* in bold in the
@@ -132,19 +132,19 @@ description.
 ### Salesforce fixes
 
 Our recent Camel committer [Jeremy Ross](https://github.com/jeremyross) did great work to improve and fix bugs in
-the [camel-salesforce component](/components/next/salesforce-component.html). We expect more to come from him.
+the [camel-salesforce component](/components/3.20.x/salesforce-component.html). We expect more to come from him.
 
 ### VertX Kafka Component
 
 A new Kafka component has been developed that uses the Vert.X Kafka Java Client which allows us to use all of its
 features, and also its robustness and stability.
 
-The [camel-vertx-kafka](/components/next/vertx-kafka-component.html) component is intended to be (more) feature
+The [camel-vertx-kafka](/components/3.20.x/vertx-kafka-component.html) component is intended to be (more) feature
 complete with the existing camel-kafka component. We will continue this work for the next couple of Camel releases.
 
 ### DataSonnet
 
-The new [camel-datasonnet](/components/next/languages/datasonnet-language.html) component, is to be used for data
+The new [camel-datasonnet](/components/3.20.x/languages/datasonnet-language.html) component, is to be used for data
 transformation using the [DataSonnet](https://datasonnet.com/) standard.
 
 DataSonnet is an open source JSON-centric, template-based data transformation standard built to rival proprietary
@@ -158,7 +158,7 @@ We have upgraded to Spring Boot 2.4.
 
 This release has a number of new components, data formats and languages:
 
-- [AtlasMap](/components/next/atlasmap-component.html): Transforms the message using
+- [AtlasMap](/components/3.20.x/atlasmap-component.html): Transforms the message using
   an [AtlasMap](https://www.atlasmap.io/) transformation
 - Kubernetes Custom Resources: Perform operations on Kubernetes Custom Resources and get notified on Deployment changes
 - Vert.X Kafka: Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka client
diff --git a/content/blog/2022/07/camel-k-monitoring-ops/index.md b/content/blog/2022/07/camel-k-monitoring-ops/index.md
index d55c5521..e88cd0b3 100644
--- a/content/blog/2022/07/camel-k-monitoring-ops/index.md
+++ b/content/blog/2022/07/camel-k-monitoring-ops/index.md
@@ -10,7 +10,7 @@ Camel K offers a wide list of operations you can execute once your Integration h
 
 ## MicroProfile metrics component
 
-First of all let's start presenting the Apache Camel component that will make the most of the heavy lift work for you: [Camel Microprofile Metrics](/components/next/microprofile-metrics-component.html). This components is in charge to automatically expose a series of default basic metrics for every Camel route. Moreover, with this component you can include your own metrics (please, refer to the documentation to see how to do that). The standard set of metrics is quite extensive already a [...]
+First of all let's start presenting the Apache Camel component that will make the most of the heavy lift work for you: [Camel Microprofile Metrics](/components/3.20.x/microprofile-metrics-component.html). This components is in charge to automatically expose a series of default basic metrics for every Camel route. Moreover, with this component you can include your own metrics (please, refer to the documentation to see how to do that). The standard set of metrics is quite extensive already [...]
 
 When the component is available, the Integration will expose a _/q/metrics_ endpoint and you can use it for monitoring purposes.