Fixed cgi URLs from /cgi-bin/ to /cgi/.
This commit is contained in:
parent
f14fc41abf
commit
f4fecd1025
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=969
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: development.sgml,v 1.8 1996-11-30 23:51:44 mpp Exp $ -->
|
||||
<!-- $Id: development.sgml,v 1.9 1997-01-04 20:36:26 mbarkah Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>The FreeBSD development model<label id="development"></heading>
|
||||
|
@ -29,7 +29,7 @@ whether working independently or in close cooperation:
|
|||
url="http://www.cyclic.com/cyclic-pages/CVS-sheet.html" name="CVS">
|
||||
(Concurrent Version System), a freely available source code control
|
||||
tool which comes bundled with FreeBSD. The primary <htmlurl
|
||||
url="http://www.freebsd.org/cgi-bin/cvsweb" name="CVS repository">
|
||||
url="http://www.freebsd.org/cgi/cvsweb.cgi" name="CVS repository">
|
||||
resides on a machine in Concord CA, USA from where it is replicated
|
||||
to numerous mirror machines throughout the world. The CVS tree, as well
|
||||
as the <ref id="current" name="-current"> and <ref id="stable"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: sup.sgml,v 1.22 1996-12-19 20:24:37 jkh Exp $ -->
|
||||
<!-- $Id: sup.sgml,v 1.23 1997-01-04 20:36:26 mbarkah Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@ supfile is said to be supping <ref id="current" name="-current">.
|
|||
<url url="file:/usr/share/examples/sup/ports-supfile"
|
||||
name="/usr/share/examples/sup/ports-supfile">.<p>
|
||||
If you are interested in obtaining the
|
||||
<url url="http://www.freebsd.org/cgi-bin/cvsweb" name="CVS"> files
|
||||
<url url="http://www.freebsd.org/cgi/cvsweb.cgi" name="CVS"> files
|
||||
that make up the source tree, refer to
|
||||
<url url="file:/usr/share/examples/sup/cvs-supfile"
|
||||
name="/usr/share/examples/sup/cvs-supfile">.<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue