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 2019/09/06 07:52:53 UTC

[camel] 07/09: Fix link to xj component documentation

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

commit 1f8f9973b119a208bd6be19acb492a747246ec4c
Author: Marc Giger <gi...@apache.org>
AuthorDate: Fri Aug 30 14:21:25 2019 +0200

    Fix link to xj component documentation
---
 .../src/main/java/org/apache/camel/component/xj/XJComponent.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-xj/src/main/java/org/apache/camel/component/xj/XJComponent.java b/components/camel-xj/src/main/java/org/apache/camel/component/xj/XJComponent.java
index 18bd9d7..1839bdb 100644
--- a/components/camel-xj/src/main/java/org/apache/camel/component/xj/XJComponent.java
+++ b/components/camel-xj/src/main/java/org/apache/camel/component/xj/XJComponent.java
@@ -21,7 +21,7 @@ import org.apache.camel.component.xslt.XsltEndpoint;
 import org.apache.camel.spi.annotations.Component;
 
 /**
- * The <a href="http://camel.apache.org/xj.html">XJ Component</a> is for performing xml to json and back transformations of messages
+ * The <a href="https://camel.apache.org/components/latest/xj-component.html">XJ Component</a> is for performing xml to json and back transformations of messages
  */
 @Component("xj")
 public class XJComponent extends XsltComponent {