Fix broken link in yaml

This commit is contained in:
Tadgh 2021-10-07 15:12:18 -04:00
parent 3c80dba90e
commit 383f76982a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
type: change
issue: 2843
title: "HAPi-FHIR provides indexing on Canonical Types as references. However, the option to [treat absolute references as local](/docs/server_jpa/configuration.html#jpa-server-configuration-options)
title: "HAPI-FHIR provides indexing on Canonical Types as references. However, the option to [treat absolute references as local](/hapi-fhir/docs/server_jpa/configuration.html#jpa-server-configuration-options)
was being ignored for those indexed canonicals. This has been corrected. Now, if you have set `getTreatBaseUrlsAsLocal()` and HAPI-FHIR detects a canonical which starts with such a url, that prefix will be stripped,
and indexing will occur normally."
and indexing will occur normally."