Subject: misc/33001: inproper URLs in documents
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <kano@na.rim.or.jp>
List: netbsd-bugs
Date: 03/05/2006 13:50:00
>Number: 33001
>Category: misc
>Synopsis: inproper URLs in documents
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 05 13:50:00 +0000 2006
>Originator: OKANO Takayoshi
>Release: N/A
>Organization:
N/A
>Environment:
N/A
>Description:
in some documents, there are URLs which are unavailable
(404 Not Found), obsolete (303 See Other),
or incorrect (trailing slash is missing).
>How-To-Repeat:
read the documents
>Fix:
aplly following:
Index: distrib/notes/acorn32/prep.RISCOS
===================================================================
RCS file: /cvsroot/src/distrib/notes/acorn32/prep.RISCOS,v
retrieving revision 1.14
diff -u -r1.14 prep.RISCOS
--- distrib/notes/acorn32/prep.RISCOS 26 Jul 2003 17:06:53 -0000 1.14
+++ distrib/notes/acorn32/prep.RISCOS 5 Mar 2006 13:33:23 -0000
@@ -26,7 +26,7 @@
1.1 Hardware
Refer to the NetBSD installation notes and/or the web site
-http://www.NetBSD.org/Ports/Acorn32/ for a list of supported hardware.
+http://www.NetBSD.org/Ports/acorn32/ for a list of supported hardware.
1.2 Software
Index: distrib/notes/alpha/install
===================================================================
RCS file: /cvsroot/src/distrib/notes/alpha/install,v
retrieving revision 1.29
diff -u -r1.29 install
--- distrib/notes/alpha/install 4 Jun 2005 23:24:40 -0000 1.29
+++ distrib/notes/alpha/install 5 Mar 2006 13:33:23 -0000
@@ -269,7 +269,7 @@
Detailed instructions on netbooting can be found by visiting the
.Nx
\*M platform page:
-.Lk http://www.NetBSD.org/Ports/\*M
+.Lk http://www.NetBSD.org/Ports/\*M/
.Pp
At the time of this
release, the URL for the netbooting instructions is:
Index: distrib/notes/common/postinstall
===================================================================
RCS file: /cvsroot/src/distrib/notes/common/postinstall,v
retrieving revision 1.59
diff -u -r1.59 postinstall
--- distrib/notes/common/postinstall 6 May 2005 22:32:55 -0000 1.59
+++ distrib/notes/common/postinstall 5 Mar 2006 13:33:23 -0000
@@ -326,7 +326,7 @@
.Nx*M
FAQ entry on X11.
.br
-.Lk http://www.NetBSD.org/Ports/faq.html#x11
+.Lk http://www.NetBSD.org/Ports/hp300/faq.html#x11
.\}
.if \n[macppc] \{\
Also, you may want to read through the
Index: distrib/notes/pmax/install
===================================================================
RCS file: /cvsroot/src/distrib/notes/pmax/install,v
retrieving revision 1.33
diff -u -r1.33 install
--- distrib/notes/pmax/install 26 Jul 2003 17:07:15 -0000 1.33
+++ distrib/notes/pmax/install 5 Mar 2006 13:33:24 -0000
@@ -36,7 +36,7 @@
There may be updates to this procedure available from the
.Nx*M
web page, at
-.Lk http://www.NetBSD.org/Ports/\*M .
+.Lk http://www.NetBSD.org/Ports/\*M/ .
.Note)
.Pp
To install or upgrade
Index: doc/README.files
===================================================================
RCS file: /cvsroot/src/doc/README.files,v
retrieving revision 1.2
diff -u -r1.2 README.files
--- doc/README.files 23 Sep 2002 08:02:34 -0000 1.2
+++ doc/README.files 5 Mar 2006 13:33:24 -0000
@@ -30,7 +30,7 @@
The most recent list of mirror sites for NetBSD is viewable at the URL:
- http://www.NetBSD.org/Sites/net.html
+ http://www.NetBSD.org/mirrors/
If you are receiving this distribution on a CD set, some files and
subdirectories may be on a separate disc; read all README files for more
Index: sys/arch/hpcmips/stand/pbsdboot/main.c
===================================================================
RCS file: /cvsroot/src/sys/arch/hpcmips/stand/pbsdboot/main.c,v
retrieving revision 1.60
diff -u -r1.60 main.c
--- sys/arch/hpcmips/stand/pbsdboot/main.c 4 Dec 2005 17:42:23 -0000 1.60
+++ sys/arch/hpcmips/stand/pbsdboot/main.c 5 Mar 2006 13:33:24 -0000
@@ -69,7 +69,7 @@
TEXT("Copyright(C) 1999 Shin Takemura,\r\n")
TEXT("All rights reserved.\r\n")
TEXT("\r\n")
- TEXT("http://www.NetBSD.org/Ports/hpcmips\r\n");
+ TEXT("http://www.NetBSD.org/Ports/hpcmips/\r\n");
/*-----------------------------------------------------------------------------