diff --git a/index.html.template b/index.html.template index 7c9fcdd41..d6beb02cf 100644 --- a/index.html.template +++ b/index.html.template @@ -24,7 +24,7 @@ found in the LICENSE file. -->

Latest Versions

- Open the most recent tools for HEAD. + Open the most recent tools for HEAD.

@@ -88,7 +88,7 @@ found in the LICENSE file. --> function gotoVersion(selectNode) { const version = selectNode.options[selectNode.selectedIndex].value; if (version.length > 0) { - window.location.href = `./${version}`; + window.location.href = `./${version}/`; } }