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 6cbe7a3 Fix link to XQuery new f7222d4 Merge pull request #3348 from shoukunhuai/patch-1 6cbe7a3 is described below commit 6cbe7a37b102452edebbf36337b17368cffc1d34 Author: Jack <shoukunh...@live.cn> AuthorDate: Tue Nov 19 12:15:21 2019 +0800 Fix link to XQuery The link to XQuery was pointed to Velocity. --- docs/user-manual/modules/ROOT/pages/message-translator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/message-translator.adoc b/docs/user-manual/modules/ROOT/pages/message-translator.adoc index b76f053..a46ac86 100644 --- a/docs/user-manual/modules/ROOT/pages/message-translator.adoc +++ b/docs/user-manual/modules/ROOT/pages/message-translator.adoc @@ -54,7 +54,7 @@ invoke a bean You can also use xref:templating.adoc[Templating] to consume a message from one destination, transform it with something like -xref:components::velocity-component.adoc[Velocity] or xref:components::velocity-component.adoc[XQuery] and then send +xref:components::velocity-component.adoc[Velocity] or xref:components::xquery-component.adoc[XQuery] and then send it on to another destination. For example using InOnly (one way messaging)