-
Type:
Change Request
-
Resolution: Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
(NA)
-
-
Correction
-
Non-substantive
When I generate a profile that uses a local copy of a dependent package. In ig.json I have
"dependencyList": [
{\\ "name": "aubase",\\ "location": "[http://hl7.org.au/fhir]",\\ "version": "dev"\\ },
the generated links to resources in the dependent package are invalid. e.g. href="file:C:\work\git\au-fhir-base-fork\output/StructureDefinition-recorder-related-person.html
They have both forward and back slashes and have "file:C..." instead of "file:///C..."
The links work in Chrome, but not in Firefox.
If I edit a link and add the ///, it works fine in Firefox.
If I use a current version of the package I do not get this problem.