This is an automated email from the ASF dual-hosted git repository.
acosentino 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 29b81cfb1e9 Fixed adoc xrefs
29b81cfb1e9 is described below
commit 29b81cfb1e90d17e4bce1f0c7f3f30d366f803df
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 12 10:01:02 2022 +0100
Fixed adoc xrefs
Signed-off-by: Andrea Cosentino <[email protected]>
---
docs/main/modules/getting-started/pages/index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/main/modules/getting-started/pages/index.adoc
b/docs/main/modules/getting-started/pages/index.adoc
index be89a7bf7dd..a00f55e9e4d 100644
--- a/docs/main/modules/getting-started/pages/index.adoc
+++ b/docs/main/modules/getting-started/pages/index.adoc
@@ -138,7 +138,7 @@ target/messages/uk/message1.xml
== Understanding the project
-The integration you created implements a pattern (E.I.P.) called
xref:eips:choice-eip.adoc[Content Based Router]. The Camel implementation of
this pattern allows you to implement logic that route messages based on their
content.
+The integration you created implements a pattern (E.I.P.) called
xref:components:eips:choice-eip.adoc[Content Based Router]. The Camel
implementation of this pattern allows you to implement logic that route
messages based on their content.
More specifically, this integration looks at the content of the XML files in
the `src/data` directory. If the content of the element `city` is London, then
it moves the file to the directory `target/messages/uk`. Otherwise, it moves
the file to the directory `target/messages/others`.