| Summary: | Fix UPDATING URL on ports page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | pete |
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
pete
2013-06-19 19:40:00 UTC
Responsible Changed From-To: freebsd-www->gjb I'm working on these parts. Author: eadler Date: Wed Jun 19 18:52:03 2013 New Revision: 41953 URL: http://svnweb.freebsd.org/changeset/doc/41953 Log: Convert to svn instead of cvs PR: www/179731 Submitted by: Pete Wright <pete@nomadlogic.org> Modified: head/en_US.ISO8859-1/htdocs/ports/updating.xml Modified: head/en_US.ISO8859-1/htdocs/ports/updating.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/updating.xml Wed Jun 19 15:10:08 2013 (r41952) +++ head/en_US.ISO8859-1/htdocs/ports/updating.xml Wed Jun 19 18:52:03 2013 (r41953) @@ -27,9 +27,9 @@ where that might seem counterintuitive ( </p> <p>Changes 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 -<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. </p> <p>For more information about new, changed or removed ports/packages, _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fix and take. gjb, sorry for taking your PR. Responsible Changed From-To: gjb->eadler |