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 <steve...@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

Reply via email to