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

[camel] 06/06: CAMEL-11178: Fix wrong HTTP link to Woodstox

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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 62147da2c25b72019375acfc469a4413ba18f1c9
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 11:05:37 2021 +0100

    CAMEL-11178: Fix wrong HTTP link to Woodstox
---
 components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index 2cb7d50..bcc1de7 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -29,7 +29,7 @@ https://github.com/FasterXML/jackson-dataformat-xml/blob/master/README.md[JAXB's
 "Code first" approach].
 
 This data format relies on
-https://github.com/FasterXML/WoodstoxHome[Woodstox] (especially for
+https://github.com/FasterXML/Woodstox[Woodstox] (especially for
 features like pretty printing), a fast and efficient XML processor.
 
 [source,java]