svn commit: r41543 - in head/en_US.ISO8859-1: articles/portbuild htdocs/releases htdocs/security

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 3 08:43:30 UTC 2013


Author: pluknet
Date: Fri May  3 08:43:29 2013
New Revision: 41543
URL: http://svnweb.freebsd.org/changeset/doc/41543

Log:
  Fix links to Supported / Unsupported FreeBSD Releases.

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml
  head/en_US.ISO8859-1/htdocs/releases/index.xml
  head/en_US.ISO8859-1/htdocs/security/reporting.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Thu May  2 15:47:17 2013	(r41542)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri May  3 08:43:29 2013	(r41543)
@@ -72,7 +72,7 @@
 	to specify the build branch (e.g., 7, 7-exp, 8, 8-exp, 9, 9-exp, 10, 10-exp).
 	The set of branches that <username>portmgr</username> currently
 	supports is the same as those that the &os;
-	<ulink url="http://www.freebsd.org/security/index.html#supported-branches">security team</ulink>
+	<ulink url="http://www.freebsd.org/security/index.html#sup">security team</ulink>
 	supports.
       </para>
 
@@ -2341,7 +2341,7 @@ zfs destroy -r a/snap/src-<replaceable>o
       <literal>packages-8-stable</literal> should be built from 8.1.</para>
 
     <para>As releases go End-Of-Life (see
-      <ulink url="http://www.freebsd.org/security/index.html#supported-branches">chart</ulink>),
+      <ulink url="http://www.freebsd.org/security/index.html#sup">chart</ulink>),
       a full (not incremental!) package build should be done and uploaded.</para>
 
     <para>The procedure is as follows:</para>

Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/index.xml	Thu May  2 15:47:17 2013	(r41542)
+++ head/en_US.ISO8859-1/htdocs/releases/index.xml	Fri May  3 08:43:29 2013	(r41543)
@@ -97,7 +97,7 @@
     <p>Complete historical information about the release date, the
       classification type, and the effective End-Of-Life (EOL) for
       these releases may be found on the <a
-	href="&base;/security/security.html#unsup">Unsupported
+	href="&base;/security/unsupported.html">Unsupported
 	Releases</a> section of the <a
 	href="&base;/security/security.html">FreeBSD Security
 	Information</a> page.</p>

Modified: head/en_US.ISO8859-1/htdocs/security/reporting.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/reporting.xml	Thu May  2 15:47:17 2013	(r41542)
+++ head/en_US.ISO8859-1/htdocs/security/reporting.xml	Fri May  3 08:43:29 2013	(r41543)
@@ -20,8 +20,8 @@
 	<li><a href="#how">How and where to report a FreeBSD security issue</a></li>
  	<li><a href="#sec">Information about the FreeBSD Security Officer</a></li>
  	<li><a href="#pol">Information handling policies</a></li>
- 	<li><a href="#sup">Supported FreeBSD Releases</a></li>
- 	<li><a href="#unsup">Unsupported FreeBSD Releases</a></li>
+ 	<li><a href="security.html#sup">Supported FreeBSD Releases</a></li>
+ 	<li><a href="unsupported.html">Unsupported FreeBSD Releases</a></li>
       </ul>
 
       <a name="how"></a>


More information about the svn-doc-all mailing list