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:10 UTC

[camel] 01/06: CAMEL-17178: Fix HL7 api http link

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 f29fe7e9014f812b301780518ef7c503324d0619
Author: aldettinger <al...@gmail.com>
AuthorDate: Mon Nov 8 17:51:22 2021 +0100

    CAMEL-17178: Fix HL7 api http link
---
 components/camel-hl7/src/main/docs/hl7-dataformat.adoc                  | 2 +-
 .../src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index e0a214d..c37a848 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -323,7 +323,7 @@ headers on the Camel message:
 |`CamelHL7VersionId` |`MSH-12` |`2.4`
 
 |`CamelHL7Context` |`` |`contains the
-http://hl7api.sourceforge.net/base/apidocs/ca/uhn/hl7v2/HapiContext.html[HapiContext]
+https://hapifhir.github.io/hapi-hl7v2/base/apidocs/ca/uhn/hl7v2/HapiContext.html[HapiContext]
 that was used to parse the message`
 
 |`CamelHL7Charset` |`MSH-18` |`UNICODE UTF-8`
diff --git a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
index 6b81b6f..64f4044 100644
--- a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
+++ b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
@@ -62,7 +62,7 @@ import static org.apache.camel.component.hl7.HL7Constants.HL7_VERSION_ID;
  * operation will also enrich the message by adding the MSH fields (MSH-3 to MSH-12) as headers on the message.</li>
  * </ul>
  * <p/>
- * Uses the <a href="http://hl7api.sourceforge.net/index.html">HAPI (HL7 API)</a> for HL7 parsing.
+ * Uses the <a href="https://hapifhir.github.io/hapi-hl7v2/index.html">HAPI (HL7 API)</a> for HL7 parsing.
  * <p/>
  * Uses the default GenericParser from the HAPI API. This DataFormat <b>only</b> supports both the EDI based HL7
  * messages and the XML based messages.