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 | eae76f1792dbbf46c2413704a28ae3ab3e40120d (patch) | |
tree | 7605d72ac3535d429f49afb263d97173b48879df /www | |
parent | 53d17e2e7a4e48934a50f3079c6bb9ef0555a287 (diff) |
Changed certain http:// links to https://
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@51 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index c44dbb3..3519c90 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"> @@ -76,7 +76,7 @@ and on any of Solaris/SPARC, Linux/x86, Windows/x86, and Macintosh OS X 10.3.<b <p>The source code for these demonstrations is available - via <a href="http://jogl-demos.dev.java.net/source/browse/jogl-demos/">CVS</a>.<br> + via <a href="https://jogl-demos.dev.java.net/source/browse/jogl-demos/">CVS</a>.<br> </p> </div> @@ -123,10 +123,10 @@ and on any of Solaris/SPARC, Linux/x86, Windows/x86, and Macintosh OS X 10.3.<b <ul> - <li><a href="http://jogl.dev.java.net/">JOGL</a> + <li><a href="https://jogl.dev.java.net/">JOGL</a> Home</li> <li><a - href="http://jogl-demos.dev.java.net/unbranded-source/browse/*checkout*/jogl-demos/doc/readme.html">Demo + href="https://jogl-demos.dev.java.net/unbranded-source/browse/*checkout*/jogl-demos/doc/readme.html">Demo documentation</a><br> </li> @@ -163,7 +163,7 @@ documentation</a><br> <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> |