This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] web: fix broken links.



I'm checking this in.

./A

2001-10-01  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * done.html (PAL): Fix URL to project page
        (ADFC): Likewise.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.21
diff -u -p -r1.21 done.html
--- done.html   2001/09/12 13:37:52     1.21
+++ done.html   2001/10/01 16:48:39
@@ -81,7 +81,7 @@
            GCJ.
        </td>
 
-       <td><a href="http://www.pal-project.org/";>The PAL Project</a>
+       <td><a href="http://users.ox.ac.uk/~strimmer/pal/";>The PAL Project</a>
            submitted by
            <a href="mailto:korbinian.strimmer@zoology.oxford.ac.uk";>
            Korbinian Strimmer</a>.
@@ -146,7 +146,7 @@
            </quote>
        </td>
        <td>The <A
-           HREF="http://www.dfc.icai.upco.es/balrog/adfc.html";>ADFC</A>
+           HREF="http://www.dfc.icai.upco.es/invest/adfc/adfc.html";>ADFC</A>
            page. <A HREF="http://gcc.gnu.org/ml/java/2001-01/msg00228.html";>
            Entry</A> submitted by <A HREF="mailto:balrog@amena.com";>
            Alejandro Rodrmguez Gallego</A>.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]