Fix broken link in yaml
This commit is contained in:
parent
3c80dba90e
commit
383f76982a
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
type: change
|
type: change
|
||||||
issue: 2843
|
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,
|
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."
|
||||||
|
|
Loading…
Reference in New Issue