Stream: IG creation
Topic: Spurious(?) "cannot resolve" URL errors
Saul Kravitz (Aug 12 2020 at 20:51):
The errors involving USCore and implementation.html#<various anchors> seem spurious.
https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/qa.html#internal
The links work very nicely. How can I mitigate/suppress these errors?
Grahame Grieve (Aug 13 2020 at 06:58):
looking at the errors:
Grahame Grieve (Aug 13 2020 at 06:59):
- there's 5 errors around links in implementation.html that are correct: there's no matching anchor
Grahame Grieve (Aug 13 2020 at 07:05):
- the link
http:/hl7.org/fhir/R4/conformance-rules.html
has a typo in it should be -http://hl7.org/fhir/R4/conformance-rules.html
Grahame Grieve (Aug 13 2020 at 07:06):
(took me ages to see that one)
Grahame Grieve (Aug 13 2020 at 07:06):
- the next 3 links all start with http://hl7.org/fhir/us/core/STU3/ but should start with http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-location.html
Saul Kravitz (Aug 13 2020 at 14:26):
The anchors looked fine to me only because in the IG rendering, the little anchor button appears next to the sections...interesting. Learned to look at the primary HTML. Thx.
I fixed the us-core link, but.... the link I had was completely functional. Wish I understood either why an incorrect link works.
THX!
Last updated: Apr 12 2022 at 19:14 UTC