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 2022/10/10 11:37:36 UTC

[camel-website] 03/07: Update content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md

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

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

commit d546ee22877e1b63d7b3d0475cdd90eb0a122b9d
Author: Matteo Mortari <ma...@gmail.com>
AuthorDate: Wed Oct 5 14:41:57 2022 +0200

    Update content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
    
    Co-authored-by: Zoran Regvart <zo...@regvart.com>
---
 .../index.md                                                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md b/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
index 1b27e39e..a65ea8c3 100644
--- a/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
+++ b/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
@@ -37,7 +37,7 @@ In a [separate post](https://blog.kie.org/2022/01/data-enrichment-use-case-with-
 
 ## Technical details
 
-In this section, I want to highlight how the [Camel DSL](https://camel.apache.org/manual/dsl.html) allows to implement the EIP pattern very easily:
+In this section, I want to highlight how the [Camel DSL](/manual/dsl.html) allows to implement the EIP pattern very easily:
 
 ```java
 from("direct:hl7")