I found three broken links in the classpath hacking page
http://www.gnu.org/software/classpath/docs/hacking.html

All three were pointing to the page for the "GNU Coding Standards"
The first two pointed to 
http://www.fsf.org/prep/standards_toc.html
and the third
http://www.gnu.org/prep/standards_23.html

I couldn't find the GNU Coding Standards anywhere on the FSF page and
they indicated it may be only on gnu.org now

"We have recently re-organized our web site. Content available at
www.gnu.org was previously also available at www.fsf.org."

I found the standards now at 
http://www.gnu.org/prep/standards/
so changed all the links to point here

Aaron

ChangeLog

2005-07-07  Aaron Luchko  <[EMAIL PROTECTED]>
        * doc/hacking.texinfo: Fixed broken links to GNU Coding
        Standards to point to http://www.gnu.org/prep/standards/
Index: doc/hacking.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v
retrieving revision 1.36
diff -u -p -r1.36 hacking.texinfo
--- doc/hacking.texinfo	4 Jul 2005 14:31:01 -0000	1.36
+++ doc/hacking.texinfo	7 Jul 2005 21:04:16 -0000
@@ -458,12 +458,12 @@ java.lang.StrictMath.
 @chapter Programming Standards
 
 For C source code, follow the
[EMAIL PROTECTED]://www.fsf.org/prep/standards_toc.html,GNU Coding Standards}.
[EMAIL PROTECTED]://www.gnu.org/prep/standards/,GNU Coding Standards}.
 The standards also specify various things like the install directory
 structure.  These should be followed if possible.
 
 For Java source code, please follow the
[EMAIL PROTECTED]://www.fsf.org/prep/standards_toc.html,GNU Coding
[EMAIL PROTECTED]://www.gnu.org/prep/standards/,GNU Coding
 Standards}, as much as possible.  There are a number of exceptions to
 the GNU Coding Standards that we make for GNU Classpath as documented
 in this guide.  We will hopefully be providing developers with a code
@@ -484,7 +484,7 @@ guidelines more tailored to GNU Classpat
 
 Here is a list of some specific rules used when hacking on GNU
 Classpath java source code. We try to follow the standard
[EMAIL PROTECTED]://www.gnu.org/prep/standards_23.html,GNU Coding Standards}
[EMAIL PROTECTED]://www.gnu.org/prep/standards/,GNU Coding Standards}
 for that. There are lots of tools that can automatically generate it
 (although most tools assume C source, not java source code) and it
 seems as good a standard as any. There are a couple of exceptions and
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to