website: Fix paths to development and stable releases on the website

(cherry picked from commit b6a3689d89)
This commit is contained in:
Richard W.M. Jones
2023-02-21 20:44:07 +00:00
parent b2d32cda03
commit 91303865c7

View File

@@ -183,13 +183,14 @@ git clone <a href="https://github.com/libguestfs/libguestfs">https://github.com/
<p class="latest">
<em><small>
<!--
LATEST-URL: http://libguestfs.org/download/1.45-development/libguestfs-@PACKAGE_VERSION@.tar.gz
LATEST-URL: http://libguestfs.org/download/1.51-development/libguestfs-@PACKAGE_VERSION@.tar.gz
LATEST-VERSION: @PACKAGE_VERSION@
-->
<a href="download/1.45-development/">Latest development version: <strong>@PACKAGE_VERSION@</strong></a> (released <strong>@RELEASE_DATE@</strong>).<br/>
<a href="download/1.51-development/">Latest development version: <strong>@PACKAGE_VERSION@</strong></a> (released <strong>@RELEASE_DATE@</strong>).<br/>
Stable branch:
<strong>
<a href="download/1.48-stable/">1.48.x</a>,
<a href="download/1.50-stable/">1.50.x</a>,
<a href="download/1.48-stable/">1.48.x</a>
</strong>
</small></em>
</p>