diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index f6dc051..a532009 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 content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> <title>The Java 3D API Core</title> </head> <body> @@ -17,10 +17,9 @@ Java 3D core utilities), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> (the Java 3D example programs). The vecmath and j3d-core-utils projects are required -to build j3d-core. Refer to the <a - href="../source/browse/j3d-core/README-build.html?rev=1.1&content-type=htm">build -instructions</a> for -more information.</p> +to build j3d-core. Refer to the <a href="build-instr.html">download +and build +instructions</a> for information on downloading and building j3d-core.</p> <h3>License</h3> <p>The source code for the core Java 3D API reference implementation is available for research use |