5097 - Fixed a couple of links in the javadocs for the IValidationSupport class. (#5098)

This commit is contained in:
Kevin Dougan SmileCDR 2023-07-14 13:34:32 -04:00 committed by GitHub
parent 6178075448
commit 633a2d156d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@ import static org.apache.commons.lang3.StringUtils.isNotBlank;
* and calling code is expected to be able to handle this. Generally, a
* series of implementations of this interface will be joined together using
* the
* <a href="https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-validation/org/hl7/fhir/common/hapi/validation/ValidationSupportChain2.html">ValidationSupportChain</a>
* <a href="https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-validation/org/hl7/fhir/common/hapi/validation/support/ValidationSupportChain.html">ValidationSupportChain</a>
* class.
* </p>
* <p>
* See <a href="https://hapifhir.io/hapi-fhir/docs/validation/validation_support_modules.html">Validation Support Modules</a>
* for information on how to assemble and configure implementations of this interface. See also
* the <code>org.hl7.fhir.common.hapi.validation.support</code>
* <a href="https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-validation/org/hl7/fhir/common/hapi/validation/package-summary.html">package summary</a>
* <a href="./package-summary.html">package summary</a>
* in the <code>hapi-fhir-validation</code> module for many implementations of this interface.
* </p>
*