diff options
author | Sven Gothel <[email protected]> | 2023-02-02 23:27:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-02 23:27:58 +0100 |
commit | 84c95d5e05abfc6655e20f79ea54391186e50d12 (patch) | |
tree | 8a0b7786dc782490e98aace063b56d4579f6df7f | |
parent | 6020d19ec6243850b1a021abe7e7c3938359117e (diff) |
index.html: Simplify Builds: Put 2.4.0 w/ link upfront, drop 'Current'
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ <h2><a href="wiki/index.php/Jogamp_Versioning_and_Releases">Builds / Downloads</a></h2> <ul> - <li>Current [ <a href="deployment/jogamp-current/archive">zip</a>, <a href="deployment/jogamp-current">index</a>, <a href="wiki/index.php/Android_Packages">android</a> ] <i><a href="wiki/index.php/Release_2.4.0">2.4.0</a> </i> </li> + <li><a href="wiki/index.php/Release_2.4.0">2.4.0</a> [ <a href="deployment/jogamp-current/archive">zip</a>, <a href="deployment/jogamp-current">index</a>, <a href="wiki/index.php/Android_Packages">android</a> ]</li> <!-- <li>Next [ <a href="deployment/jogamp-next/archive">zip</a>, <a href="deployment/jogamp-next">index</a> ]</li> --> <li>Archive [ <a href="deployment/archive/rc">releases</a>, <a href="deployment/archive/master">master branch</a> ]</li> <!-- li><a href="deployment/autobuilds/master">Autobuilds</a></li --> |