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

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


The following commit(s) were added to refs/heads/master by this push:
     new 659f3d2  Fixed link
659f3d2 is described below

commit 659f3d22d8f65182e550df35ceed26a14509fedb
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 18 15:57:18 2020 +0200

    Fixed link
---
 content/blog/2020/06/camel34-whatsnew/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/blog/2020/06/camel34-whatsnew/index.md 
b/content/blog/2020/06/camel34-whatsnew/index.md
index 1342247..01392e8 100644
--- a/content/blog/2020/06/camel34-whatsnew/index.md
+++ b/content/blog/2020/06/camel34-whatsnew/index.md
@@ -78,8 +78,8 @@ public class MyPojo {
 }    
 ```
 
-You can read more in the manual about [Endpoint 
DSL](/manual/latest/Endpoint-dsl.html) and
-the [Component DSL](/manual/latest/Component-dsl.html).
+You can read more in the manual about [Endpoint 
DSL](https://camel.apache.org/manual/latest/Endpoint-dsl.html) and
+the [Component DSL](https://camel.apache.org/manual/latest/component-dsl.html).
 
 #### Spring Boot
 
@@ -96,7 +96,7 @@ This release also adds two new components:
 
 A new maven plugin called `camel-component-maven-plugin` has been added which 
intents to help
 third party component developers to generate all required metadata and 
configurations Java files. For more info on how to use it in your project,
-please take a look at the [Camel Component Plugin 
documentation](/manual/latest/camel-component-maven-plugin.html).
+please take a look at the [Camel Component Plugin 
documentation](https://camel.apache.org/manual/latest/camel-component-maven-plugin.html).
 
 You can now configure Camel's thread pool (profiles) and Saga/LRA the same way 
for
 standalone, Camel K, Camel Quarkus, and Spring Boot.

Reply via email to