diff options
author | Kevin Rushforth <[email protected]> | 2004-07-02 16:02:49 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-07-02 16:02:49 +0000 |
commit | 18aa0e891a7fd11c9f3d6a84d643fda4d98dc724 (patch) | |
tree | e4b697d49d42e0d73ef3469c6fd7b2c45df45d1e /www | |
parent | d2b231525ec5533211c568de7a4fe8fa505625d3 (diff) |
Minor update to wording of downloads section
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@10 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 1e11001..6a178a9 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> <title>The Vecmath API</title> </head> <body> @@ -48,7 +48,7 @@ compatibility of the API.<br> <p>Three types of binary builds are available in the <a href="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents & Files</a> -section of this project on java.net: Release (or FCS) builds; +section of the j3d-core 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-build3 is now |