Fixed cgi URL from /cgi-bin/ to /cgi/.
This commit is contained in:
parent
f4fecd1025
commit
85ac61420f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=970
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||
<!-- $Id: FAQ.sgml,v 1.18 1996-12-21 03:00:26 alex Exp $ -->
|
||||
<!-- $Id: FAQ.sgml,v 1.19 1997-01-04 20:43:55 mbarkah Exp $ -->
|
||||
|
||||
<article>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
||||
name='<pds@FreeBSD.ORG>'></tt>
|
||||
|
||||
<date>$Date: 1996-12-21 03:00:26 $
|
||||
<date>$Date: 1997-01-04 20:43:55 $
|
||||
<abstract>
|
||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||
|
@ -452,7 +452,7 @@ Any entries with a <XXX> are under construction.
|
|||
and changes requested by users with help of the <url
|
||||
url="http://www.freebsd.org/send-pr.html" name="send-pr">
|
||||
command can be reached at
|
||||
<url url="http://www.freebsd.org/cgi-bin/query-pr-summary.cgi"
|
||||
<url url="http://www.freebsd.org/cgi/query-pr-summary.cgi"
|
||||
name="PR Database Summary">
|
||||
|
||||
<sect1>
|
||||
|
|
Loading…
Reference in a new issue