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 2021/07/27 11:00:30 UTC

[camel] branch main updated: Fix message router example description (#5866)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e5283c  Fix message router example description (#5866)
8e5283c is described below

commit 8e5283c73b9489c294111694c98aba0e284e1a09
Author: Ioannis Sarantidis <sa...@gmail.com>
AuthorDate: Tue Jul 27 14:00:00 2021 +0300

    Fix message router example description (#5866)
    
    Fix message router example description so that it refers to the same endpoint as the example's code
---
 .../src/main/docs/modules/eips/pages/message-router.adoc                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-router.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-router.adoc
index aa8204a..35dcb1a 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-router.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-router.adoc
@@ -16,7 +16,7 @@ on the evaluation of various xref:latest@manual:ROOT:predicate.adoc[Predicate] e
 == Examples
 
 The following example shows how to route a request from an input
-*seda:a* endpoint to either *seda:b*, *seda:c* or *seda:d* depending on
+*direct:a* endpoint to either *direct:b*, *direct:c* or *direct:d* depending on
 the evaluation of various xref:latest@manual:ROOT:predicate.adoc[Predicate] expressions
 
 [source,java]