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/01/14 16:48:12 UTC

[camel-website] 03/03: CAMEL-17154: Updated dynamic router blog post.

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 e27c688b51424f82c6e64cf2f89805527dee46e4
Author: Steve Storck <st...@gmail.com>
AuthorDate: Fri Jan 14 07:08:04 2022 -0500

    CAMEL-17154: Updated dynamic router blog post.
    
    I missed a link that needed to be converted to a relative link.
---
 content/blog/2022/01/dynamic-router-eip-component/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/01/dynamic-router-eip-component/index.md b/content/blog/2022/01/dynamic-router-eip-component/index.md
index 94520c9..3ef3fb4 100644
--- a/content/blog/2022/01/dynamic-router-eip-component/index.md
+++ b/content/blog/2022/01/dynamic-router-eip-component/index.md
@@ -69,7 +69,7 @@ template.sendBody("dynamic-router:control", evenSubscribeMsg);
 ```
 
 
-The message contains the message type, the subscription ID, the Dynamic Router channel, message priority (where lower = higher priority), the destination URI for matching exchanges, and the [Predicate](https://camel.apache.org/manual/predicate.html) to evaluate the exchange.
+The message contains the message type, the subscription ID, the Dynamic Router channel, message priority (where lower = higher priority), the destination URI for matching exchanges, and the [Predicate](/manual/predicate.html) to evaluate the exchange.
 
 
 ##### Unsubscribe Example