Stream: IG creation
Topic: no trailing '/' for {{site.data.fhir.[dependency]}}
Eric Haas (Feb 26 2019 at 20:15):
unlike the {site.data.fhir.path}}
liquid variable which includes the trailing '/' the dependency variable {{site.data.fhir.dependency]}} does not.
e..g.,
- This works: [SMART on FHIR]: {{site.data.fhir.path}}smart-app-launch/
- this does not: [US Core Implementation Guide security section]: {{site.data.fhir.uscore}}security.html ( no '/' between the liquid variable and path tail )
I assume this is linked to the packaged definition because when I tried to add the '/' to the ig.json definitions file I got an package related error.
I thought that these behaved consistently not too long ago so I wonder if a recent change made them behave diferently?
Grahame Grieve (Mar 03 2019 at 19:58):
no recent changes. make a task
Eric Haas (Mar 04 2019 at 17:35):
Grahame Grieve (Mar 04 2019 at 22:14):
it's not clear to me whether it's safe to just fix this?
Eric Haas (Mar 04 2019 at 22:41):
It may break a lot of links. I just want to point out the inconsistency. I don't have a burning need to fix right now.
Grahame Grieve (Mar 04 2019 at 22:57):
ok. well, "append-slash-to-dependency-urls" : true in the json file will soft it in the next update
Last updated: Apr 12 2022 at 19:14 UTC