From cc48ac3f9101e680cb626d717d7b2123ce567c16 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Mon, 20 Oct 2025 16:04:24 +0200 Subject: [PATCH] update link --- index.html.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}/`; } }