This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 968c545 Correct URL for the example new 4ccf169 Merge pull request #3180 from massic80/patch-1 968c545 is described below commit 968c545a49b07ea798985c22f281a654353b54ea Author: Massimiliano Caniparoli <massi...@users.noreply.github.com> AuthorDate: Fri Sep 20 17:30:27 2019 +0200 Correct URL for the example --- core/camel-core/src/main/docs/eips/content-based-router-eip.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core/src/main/docs/eips/content-based-router-eip.adoc b/core/camel-core/src/main/docs/eips/content-based-router-eip.adoc index a734992..48ebb36 100644 --- a/core/camel-core/src/main/docs/eips/content-based-router-eip.adoc +++ b/core/camel-core/src/main/docs/eips/content-based-router-eip.adoc @@ -66,7 +66,7 @@ problems with the Java DSL, accepting using `when` or `otherwise`. ---- For further examples of this pattern in use you could look at the -https://github.com/apache/camel/blob/master/camel-core/src/test/java/org/apache/camel/processor/ChoiceTest.java[junit test case]. +https://github.com/apache/camel/blob/master/core/camel-core/src/test/java/org/apache/camel/processor/ChoiceTest.java[junit test case]. [[ContentBasedRouter-UsingThisPattern]] == Using This Pattern