You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bi...@apache.org on 2018/12/12 11:51:15 UTC

[camel] branch master updated: Fix xtream link

This is an automated email from the ASF dual-hosted git repository.

bibryam 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 a64b495  Fix xtream link
     new 3c96ccd  Merge branch 'master' of https://gitbox.apache.org/repos/asf/camel
a64b495 is described below

commit a64b495209b9997a3598978cd4cf3fa4b7ad208d
Author: Bilgin Ibryam <bi...@gmail.com>
AuthorDate: Wed Dec 12 11:50:26 2018 +0000

    Fix xtream link
---
 components/camel-xstream/src/main/docs/xstream-dataformat.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
index d81eb2d..b57692a 100644
--- a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
+++ b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
@@ -4,7 +4,7 @@
 *Available as of Camel version 1.3*
 
 XStream is a Data Format which uses the
-http://xstream.codehaus.org/[XStream library] to marshal and unmarshal
+http://x-stream.github.io/[XStream library] to marshal and unmarshal
 Java objects to and from XML.
 
 To use XStream in your camel routes you need to add the a dependency
@@ -121,7 +121,7 @@ from("direct:marshal").
 
 ### XMLInputFactory and XMLOutputFactory
 
-http://xstream.codehaus.org/[The XStream library] uses the
+http://x-stream.github.io/[The XStream library] uses the
 `javax.xml.stream.XMLInputFactory` and
 `javax.xml.stream.XMLOutputFactory`, you can control which
 implementation of this factory should be used.