diff options
author | Kenneth Russel <[email protected]> | 2005-02-08 18:40:02 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-02-08 18:40:02 +0000 |
commit | 06627dbe3ad8fc4403cb0dd374adb77b9e4f43c2 (patch) | |
tree | ee4818dc6e9f695bb492c11ff050e6780ddfd871 | |
parent | 8f8b40483f5fe9ab3ef4e2125fca8a031f40b28d (diff) |
Changed certain http:// links to https://
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@220 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | www/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index ca0ead6e8..882abc8b8 100644 --- a/www/index.html +++ b/www/index.html @@ -11,10 +11,10 @@ <body bgcolor="#f5f5f5"> <div Align=center> - <img ID="NavBar" WIDTH=800 HEIGHT=32 SRC="http://games.dev.java.net/images/navbar2p.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div> + <img ID="NavBar" WIDTH=800 HEIGHT=32 SRC="https://games.dev.java.net/images/navbar2p.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div> <MAP NAME="NavBar_Map"> - <AREA SHAPE="rect" ALT="Projects" COORDS="356,7,440,23" HREF="http://games.dev.java.net" TARGET="_self"> + <AREA SHAPE="rect" ALT="Projects" COORDS="356,7,440,23" HREF="https://games.dev.java.net" TARGET="_self"> <AREA SHAPE="rect" ALT="Wiki" COORDS="643,7,695,23" HREF="http://wiki.java.net/bin/view/Games"> <AREA SHAPE="rect" ALT="Weblogs" COORDS="562,7,624,23" HREF="http://weblogs.java.net/weblogs/project/games"> <AREA SHAPE="rect" COORDS="463,7,541,23" HREF="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi" target="_top" ALT="Forums"> @@ -66,7 +66,7 @@ with the AWT and Swing widget sets.<br> </p> <p>Please see the <a - href="http://jogl-demos.dev.java.net/">JOGL demos</a> for illustrations of + href="https://jogl-demos.dev.java.net/">JOGL demos</a> for illustrations of advanced OpenGL techniques now possible with the Java platform.<br> </p> </div> @@ -97,7 +97,7 @@ advanced OpenGL techniques now possible with the Java platform.<br> <div align="justify">The intial implementation of the JOGL API is available for download from <a - href="http://jogl.dev.java.net/source/browse/jogl/">CVS</a>. + href="https://jogl.dev.java.net/source/browse/jogl/">CVS</a>. </div> </td> </tr> @@ -130,7 +130,7 @@ advanced OpenGL techniques now possible with the Java platform.<br> href="http://www.antlr.org/">ANTLR</a> parser generator and the <a href="http://ant.apache.org/">Ant</a> build system to be installed; please see the <a - href="http://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html">build + href="https://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html">build documentation</a> for details. </p> @@ -238,7 +238,7 @@ documentation</a> for details. </p> <ul> <li><a href="http://www.opengl.org" target="_blank">OpenGL</a> Home</li> - <li><a href="http://jogl-demos.dev.java.net/">JOGL + <li><a href="https://jogl-demos.dev.java.net/">JOGL Demos</a></li> <li><a href="ts1361.pdf">JOGL @@ -284,7 +284,7 @@ documentation</a> for details. </p> <ul> <li><a - href="http://jogl.dev.java.net/servlets/ProjectDocumentList" + href="https://jogl.dev.java.net/servlets/ProjectDocumentList" target="_blank">Precompiled binaries and documentation</a></li> |