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]
Other format: [Raw text]

PATCH: java/contrib.html fix broken link


This was broken by our cleanup some time ago.

Gerald

2003-03-21  Gerald Pfeifer  <pfeifer at dbai dot tuwien dot ac dot at>

	* contrib.html: Refer to GCC Installation Notes for further
	information on testing.

Index: java//contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.30
diff -u -3 -p -r1.30 contrib.html
--- java//contrib.html	4 Jan 2003 18:34:18 -0000	1.30
+++ java//contrib.html	21 Mar 2003 08:53:18 -0000
@@ -169,12 +169,9 @@ projects</a>.</p>
   <li>Send the patch to java-patches and then commit of you're allowed to.</li>
 </ul>

-<p>
-
-There is also some documentation on <a href="test.html">how to run
-test cases</a>.  This covers both our built-in tests and extra test
-suites we use.
-</p>
+<p>More detailed documentation on <a
+href="http://gcc.gnu.org/install/test.html";>how to run tests</a> is
+included in the GCC installation notes.</p>

 </body>
 </html>


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