diff --git a/web/layouts/section/releases.html b/web/layouts/section/releases.html
index 7d03ecdf797ba58b6b19692520ea17bef457ba64..e810a273603fa196b9c08ea0683483022daef5c0 100644
--- a/web/layouts/section/releases.html
+++ b/web/layouts/section/releases.html
@@ -47,10 +47,12 @@
     <hr>
     {{ range first 1 .Data.Pages }}
     {{ $vtag := (print "v" .Params.tag ) }}
-    <h1 id="latest">Current release with bug-fixes: {{ .Params.tag }}</h1>
+    <h1 id="bugfixes">Current release with bug-fixes: {{ .Params.tag }}</h1>
     <p>
       Here you can find the last released version ({{ .Params.tag }}) of OpenGeoSys
-      <a href="https://gitlab.opengeosys.org/ogs/ogs/-/tree/{{ $vtag }}"> enhanced with bug-fixes</a>.
+      <a href="https://gitlab.opengeosys.org/ogs/ogs/-/compare/{{ .Params.tag }}...{{ $vtag }}">
+        enhanced with bug-fixes
+      </a>.
       We recommend to use this version for production.
     </p>
     <div class="bg-green-50 py-1 px-4 rounded-lg shadow mb-12">