Change default help location for tables

This commit is contained in:
Lloyd McKenzie 2022-11-05 17:07:38 -06:00
parent d19ff2e1f6
commit 90f3321c7d
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ public class HierarchicalTableGenerator extends TranslatingUtilities {
model.setAlternating(alternating);
model.setDocoImg(Utilities.pathURL(prefix, "help16.png"));
model.setDocoRef(Utilities.pathURL(prefix, "formats.html#table"));
model.setDocoRef(Utilities.pathURL("http://build.fhir.org/ig/FHIR/ig-guidance", "readingIgs.html#table-views"));
model.getTitles().add(new Title(null, model.getDocoRef(), translate("sd.head", "Name"), translate("sd.hint", "The logical name of the element"), null, 0));
model.getTitles().add(new Title(null, model.getDocoRef(), translate("sd.head", "Flags"), translate("sd.hint", "Information about the use of the element"), null, 0));
model.getTitles().add(new Title(null, model.getDocoRef(), translate("sd.head", "Card."), translate("sd.hint", "Minimum and Maximum # of times the the element can appear in the instance"), null, 0));