Fix broken links.

PR:		docs/31447
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
This commit is contained in:
Murray Stokely 2001-10-23 21:19:23 +00:00
parent 7aff51c1a1
commit a4cf0e1eba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11015

View file

@ -158,7 +158,7 @@
<para>CVS reference information, tutorials, and FAQs can also be found at:
<ulink
url="http://www.cvshome.org/docs/index.html">http://www.cvshome.org/docs/index.html</ulink>,
url="http://www.cvshome.org/docs/">http://www.cvshome.org/docs/</ulink>,
and the information in <ulink url="http://cvsbook.red-bean.com/cvsbook.html">Karl Fogel's
chapters from <quote>Open Source Development with CVS</quote></ulink> are also very
useful.</para>
@ -522,11 +522,11 @@
</itemizedlist>
<para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.86 2001-10-23 17:11:14 mike Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.87 2001-10-23 21:19:23 murray Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you will have to edit
the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.86 2001-10-23 17:11:14 mike Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.86 2001-10-23 17:11:14 mike Exp $</literal> line intact).</para>
the second <literal>$Id: article.sgml,v 1.87 2001-10-23 21:19:23 murray Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.87 2001-10-23 21:19:23 murray Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -815,7 +815,7 @@ checkout -P</programlisting>
<itemizedlist>
<listitem>
<para>Add yourself to the <quote>Developers</quote> section of
the <ulink url="../contributors">Contributors List</ulink>
the <ulink url="../contributors/index.html">Contributors List</ulink>
and remove yourself from the <quote>Additional
Contributors</quote> section.</para>
@ -949,11 +949,11 @@ checkout -P</programlisting>
</listitem>
<listitem>
<para><ulink url="http://www.FreeBSD.org/support.html">http://www.FreeBSD.org/support.html</ulink></para>
<para><ulink url="../../../../support.html">http://www.FreeBSD.org/support.html</ulink></para>
</listitem>
<listitem>
<para><ulink url="http://www.FreeBSD.org/send-pr.html">http://www.FreeBSD.org/send-pr.html</ulink></para>
<para><ulink url="../../../../send-pr.html">http://www.FreeBSD.org/send-pr.html</ulink></para>
</listitem>
<listitem>
@ -1089,7 +1089,7 @@ docs:Documentation Bug:nik:</programlisting>
<listitem>
<para>Nik oversees the
<ulink url="http://www.FreeBSD.org/docproj/index.html">Doc. Project</ulink>.
<ulink url="../../../../docproj/index.html">Doc. Project</ulink>.
As well as writing documentation he put together the
infrastructure under <filename>doc/share/mk</filename> and the
stylesheets and related code under
@ -1098,7 +1098,7 @@ docs:Documentation Bug:nik:</programlisting>
<email>doc@FreeBSD.org</email> mailing list. Committers
interested in contributing to the documentation should familiarise
themself with the
<ulink url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html">Documentation Project Primer</ulink>.</para>
<ulink url="../../books/fdp-primer/index.html">Documentation Project Primer</ulink>.</para>
</listitem>
</varlistentry>
@ -1526,7 +1526,7 @@ docs:Documentation Bug:nik:</programlisting>
<filename>Makefile</filename> for any package or subtree
which is being actively maintained by one or more people;
see <ulink
url="http://www.FreeBSD.org/handbook/policies.html">http://www.FreeBSD.org/handbook/policies.html</ulink>
url="../../books/developers-handbook/policies.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/policies.html</ulink>
for documentation on this. Where sections of code have
several maintainers, commits to affected areas by one
maintainer need to be reviewed by at least one other
@ -1843,7 +1843,7 @@ docs:Documentation Bug:nik:</programlisting>
</screen>
<para>The
<ulink url="http://www.FreeBSD.org/porters-handbook/index.html">Porters
<ulink url="../../books/porters-handbook/index.html">Porters
Handbook</ulink> contains more detailed
instructions.</para>