diff --git a/settings/helpTemplates/common.html b/settings/helpTemplates/common.html index 20e144400..f59339858 100644 --- a/settings/helpTemplates/common.html +++ b/settings/helpTemplates/common.html @@ -5,9 +5,9 @@ --> - <#global siteRoot = "http://www.broadinstitute.org/gatk/" /> - <#global guideIndex = "http://www.broadinstitute.org/gatk/guide/" /> - <#global forum = "http://gatkforums.broadinstitute.org/" /> + <#global siteRoot = "https://software.broadinstitute.org/gatk/" /> + <#global guideIndex = "https://software.broadinstitute.org/gatk/documentation/" /> + <#global forum = "https://gatkforums.broadinstitute.org/gatk" /> <#macro footerInfo>
diff --git a/settings/helpTemplates/generic.index.template.html b/settings/helpTemplates/generic.index.template.html index 490d12007..fc749ff4e 100644 --- a/settings/helpTemplates/generic.index.template.html +++ b/settings/helpTemplates/generic.index.template.html @@ -1,9 +1,14 @@
@@ -43,10 +48,28 @@
-

Tool Documentation Index - ${version} -

-
+
+
+

Tool Documentation Index

+
+
+ +
+
+

Showing docs for version ${version} | The current version is

+
+ +
<#assign seq = ["engine", "tools", "other", "utilities"]> <#list seq as supercat>
diff --git a/settings/helpTemplates/generic.template.html b/settings/helpTemplates/generic.template.html index 873d0d2ae..2b0aa7556 100644 --- a/settings/helpTemplates/generic.template.html +++ b/settings/helpTemplates/generic.template.html @@ -1,9 +1,13 @@