You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/10 18:43:55 UTC

[camel] branch master updated: fix MVEL link

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 fb03f27  fix MVEL link
     new 9f22b6a  Merge pull request #3623 from tulsidas/patch-1
fb03f27 is described below

commit fb03f27d3fee176c270295a0fc15adecf632f6d9
Author: AndresQ <tu...@gmail.com>
AuthorDate: Tue Mar 10 15:11:00 2020 -0300

    fix MVEL link
---
 components/camel-mvel/src/main/docs/mvel-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc b/components/camel-mvel/src/main/docs/mvel-component.adoc
index 89f68a7..52149a4 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -8,7 +8,7 @@
 // HEADER END
 
 The MVEL component allows you to process a message using an
-http://mvel.codehaus.org/[MVEL] template. This can be ideal when using
+http://mvel.documentnode.com/[MVEL] template. This can be ideal when using
 Templating to generate responses for requests.
 
 Maven users will need to add the following dependency to their `pom.xml`