Point to svnweb rather than cvsweb.

This commit is contained in:
Gavin Atkinson 2013-07-04 22:34:09 +00:00
parent 1b7f0b5f6e
commit f1732bb52e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42153

View file

@ -76,15 +76,15 @@
</li> </li>
<li>The <li>The
<a href="http://cvsweb.FreeBSD.org"> <a href="http://svnweb.FreeBSD.org">
Web Interface to the Source Repository</a> Web Interface to the Source Repository</a>
allows you to browse the files in the source repository. Changes allows you to browse the files in the source repository. Changes
that affect the entire port system are now documented in the that affect the entire port system are now documented in the
<a href="http://cvsweb.FreeBSD.org/ports/CHANGES">CHANGES</a> file. <a href="http://svnweb.FreeBSD.org/ports/head/CHANGES?view=markup">CHANGES</a> file.
Changes that affect individual ports are now documented in the Changes that affect individual ports are now documented in the
<a href="http://cvsweb.FreeBSD.org/ports/UPDATING">UPDATING</a> file. <a href="http://svnweb.FreeBSD.org/ports/head/UPDATING?view=markup">UPDATING</a> file.
However, the definitive answer to any question is undoubtedly to read However, the definitive answer to any question is undoubtedly to read
the source code of <a href="http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.mk"> the source code of <a href="http://svnweb.FreeBSD.org/ports/head/Mk/bsd.port.mk?view=markup">
bsd.port.mk</a>, and associated files. bsd.port.mk</a>, and associated files.
</li> </li>
</ul> </ul>