2014-07-02  Gerald Pfeifer  <ger...@pfeifer.com>

        * news.html: Make a number of links relative.
        * status.html: Ditto.

        * libgcj-classpath-compare.html: Remove redundant link to gcc.css.
        * gui-compare/libgcj-classpath-compare.html: Ditto.

Committed.

Yes, again this takes care of a number of http to https conversions,
but making them unnecessary to begin with. ;-)

Gerald

Index: java/news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v
retrieving revision 1.17
diff -u -r1.17 news.html
--- java/news.html      28 Jun 2014 07:45:14 -0000      1.17
+++ java/news.html      2 Jul 2014 15:31:27 -0000
@@ -178,7 +178,7 @@
 <dt>July 31, 2003</dt>
 <dd>
 Andrew Haley has checked in a major patch to the
-<a href="http://gcc.gnu.org/projects/tree-ssa/";>tree-ssa branch</a>
+<a href="../projects/tree-ssa/">tree-ssa branch</a>
 that allows us to convert entire functions to trees when reading
 from <code>.class</code> files.  This is an important step towards
 better high-level optimizations for Java.
@@ -202,7 +202,7 @@
 
 <dt>May 14, 2003</dt>
 <dd>
-<a href="http://gcc.gnu.org/gcc-3.3/";>GCC 3.3 has been released</a>.
+<a href="../gcc-3.3/">GCC 3.3 has been released</a>.
 This release includes many bug fixes, support for <code>assert</code>,
 and JDBC 3.0 support in <code>java.sql</code>
 and <code>javax.sql</code>, among other things.
@@ -477,9 +477,9 @@
 <dt>December 8, 2000</dt>
 <dd>
 The libgcj repository is now <a 
href="https://gcc.gnu.org/ml/java/2000-12/msg00095.html";>
-closed</a>: We're moving our sources over to the gcc
+closed</a>: We're moving our sources over to the GCC
 <a href="https://gcc.gnu.org/ml/java-announce/2000/msg00003.html";>
-tree</a>. Read <a href="http://gcc.gnu.org/svn.html";>here</a>
+tree</a>. Read <a href="../svn.html">here</a>
 how you will soon check your sources out.
 </dd>
 
Index: java/status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.32
diff -u -r1.32 status.html
--- java/status.html    1 Nov 2012 22:17:47 -0000       1.32
+++ java/status.html    2 Jul 2014 15:31:27 -0000
@@ -93,10 +93,10 @@
 </dl>
 
 <p>You can also see <a
-href="http://gcc.gnu.org/java/libgcj-classpath-compare.html";>a
+href="libgcj-classpath-compare.html">a
 comparison of our classes with Classpath's</a>.  Differences here are
 merged from time to time.  You can also see
-<a href="http://gcc.gnu.org/java/gui-compare/libgcj-classpath-compare.html";>
+<a href="gui-compare/libgcj-classpath-compare.html">
 a comparison of the GUI branch with Classpath</a>.
 </p>

Index: java/libgcj-classpath-compare.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-classpath-compare.html,v
retrieving revision 1.308
diff -u -r1.308 libgcj-classpath-compare.html
--- java/libgcj-classpath-compare.html  1 Dec 2004 17:31:54 -0000       1.308
+++ java/libgcj-classpath-compare.html  2 Jul 2014 15:31:27 -0000
@@ -1,5 +1,4 @@
 <html> <head> <title>libgcj -vs- Classpath (No GUI Classes)</title>
-<link rel="stylesheet" type="text/css" 
href="http://gcc.gnu.org/gcc.css";></link>
 </head> <body> <h1>libgcj -vs- Classpath (No GUI Classes)</h1>
 <p>This page compares the "current" cvs libgcj against the "current"
 cvs Classpath.  It was generated using the <code>gen-classpath-compare</code>
Index: java/gui-compare/libgcj-classpath-compare.html
===================================================================
RCS file: 
/cvs/gcc/wwwdocs/htdocs/java/gui-compare/libgcj-classpath-compare.html,v
retrieving revision 1.34
diff -u -r1.34 libgcj-classpath-compare.html
--- java/gui-compare/libgcj-classpath-compare.html      1 Dec 2004 17:31:55 
-0000       1.34
+++ java/gui-compare/libgcj-classpath-compare.html      2 Jul 2014 15:31:27 
-0000
@@ -1,5 +1,4 @@
 <html> <head> <title>libgcj -vs- Classpath (GUI Classes only)</title>
-<link rel="stylesheet" type="text/css" 
href="http://gcc.gnu.org/gcc.css";></link>
 </head> <body> <h1>libgcj -vs- Classpath (GUI Classes only)</h1>
 <p>This page compares the "current" cvs libgcj against the "current"
 cvs Classpath.  It was generated using the <code>gen-classpath-compare</code>

Reply via email to