diff options
author | Kevin Rushforth <[email protected]> | 2005-02-11 00:32:02 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-02-11 00:32:02 +0000 |
commit | 4244bac82ed473b2af6398c939b15cb8b1e74168 (patch) | |
tree | 0ed0480117f1b1d31b34145361a980b0c8b654a5 /www/index.html | |
parent | 6d42985ff06938f127ea01f50b71c1346d77e7b5 (diff) |
Updated Downloads section
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@118 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/www/index.html b/www/index.html index b2476ad..533c1c8 100644 --- a/www/index.html +++ b/www/index.html @@ -57,16 +57,20 @@ was chosen to facilitate this, while ensuring the integrity and compatibility of the API.<br> </p> <h3><a name="Downloads"></a>Downloads</h3> -<p>Three types of binary builds are available in the <a - href="servlets/ProjectDocumentList">Documents -& Files</a> -section of this project on java.net: Release (or FCS) builds; -Experimental (early access) builds; and Daily/Weekly builds. The latest -release build of Java 3D v1.3.1 is available. A fairly stable -experimental build, labeled as Java 3D v 1.3.2-beta2 is now -available. We will set up daily or weekly builds in the near future.<br> -The javadoc for the beta2 release of 1.3.2 can be found <a href="http://javadesktop.org/java3d/javadoc/1.3.2-beta2/index.html">here</a>, this will be updated -in the future to host the javadoc for various versions. +<p>Three types of Java 3D <a + href="https://java3d.dev.java.net/binary-builds.html">binary builds</a> +are available on java.net: Release (or FCS) builds; +Stable (experimental, early access) builds; and Daily builds. The +latest +release build of Java 3D v1.3.1 is available. Stable +builds of Java 3D 1.3.2 (beta) are available. +Daily builds of both 1.3.2 and 1.4.0 are now available.<br> +</p> +<p>The javadoc for the beta2 build of Java 3D v 1.3.2 can be found +<a href="http://javadesktop.org/java3d/javadoc/1.3.2-beta2/index.html">here</a>. +The javadoc for a recent daily build of Java 3D v 1.4.0 can be +found <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">here</a>. </p> <h3><a name="How_to_Contribute"></a>How to Contribute</h3> <p>We invite developers to contribute to Java 3D. Please refer to |