Subject: misc/21674: broken/inconsistent links in Releases/formal.html
To: None <gnats-bugs@gnats.netbsd.org>
From: SUNAGAWA Keiki <kei@netbsd.org>
List: netbsd-bugs
Date: 05/13/2003 08:25:54
>Number: 21674
>Category: misc
>Synopsis: broken/inconsistent links in Releases/formal.html
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun May 25 14:37:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: SUNAGAWA Keiki
>Release: NetBSD 1.6Q
>Organization:
individual
>Environment:
System: NetBSD sara.machdep.org 1.6Q NetBSD 1.6Q (SARA) #2: Mon Apr 7 07:50:06 JST 2003 kei@sara:/home/NetBSD-cvs/src/sys/arch/i386/compile/SARA i386
Architecture: i386
Machine: i386
>Description:
Trying to fix broken link of Reases/formal.html, I found
inconsistency on the link targets of the Previous releases.
e.g. "NetBSD-1.5" is linked to "formal-1.5/NetBSD-1.5.html",
while "NetBSD-1.2" is linked to "formal-1.2/", thus
"formal-1.2/index.html". All of the formal-1.x directories have
index.html, index.html is ok.
>How-To-Repeat:
browse http://www.netbsd.org/Releases/formal.html and examine
links of `Previous releases.'
>Fix:
Index: formal.html
===================================================================
RCS file: /cvsroot/htdocs/Releases/formal.html,v
retrieving revision 1.62
diff -u -d -r1.62 formal.html
--- formal.html 2003/04/10 04:31:46 1.62
+++ formal.html 2003/05/12 17:53:48
@@ -95,14 +95,14 @@
longer supported.
<p>
-The latest release is <a href="formal-1.6/NetBSD-1.6.html">NetBSD
+The latest release is <a href="formal-1.6/">NetBSD
1.6</a>, released September 14, 2002.
<p>
<h3><a name="previous"></a>Previous releases</h3>
<ul>
- <li><a href="formal-1.5/NetBSD-1.5.html">NetBSD 1.5</a>,
+ <li><a href="formal-1.5/">NetBSD 1.5</a>,
released December 6, 2000
<ul>
<li><a href="formal-1.5/NetBSD-1.5.1.html">NetBSD 1.5.1</a>,
@@ -114,7 +114,7 @@
</ul>
</li>
- <li><a href="formal-1.4/NetBSD-1.4.html">NetBSD 1.4</a>, released
+ <li><a href="formal-1.4/">NetBSD 1.4</a>, released
May 12, 1999
<ul>
<li><a href="formal-1.4/NetBSD-1.4.1.html">NetBSD 1.4.1</a>,
@@ -126,7 +126,7 @@
</ul>
</li>
- <li><a href="formal-1.3/NetBSD-1">NetBSD 1.3</a>, released
+ <li><a href="formal-1.3/">NetBSD 1.3</a>, released
January 4, 1998
<ul>
<li>NetBSD 1.3.1, released March 9, 1998</li>
>Release-Note:
>Audit-Trail:
>Unformatted:
Mon May 12 18:02:04 UTC 2003