Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ found in the LICENSE file. -->
<main id=main>
<h2>Latest Versions </h2>
<p>
Open the most recent tools for <a href="./head">HEAD</a>.
Open the most recent tools for <a href="./head/">HEAD</a>.
<ul id="latestVersions">
</ul>
</p>
Expand Down Expand Up @@ -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}/`;
}
}
</script>
Expand Down