svn commit: r52725 - head/en_US.ISO8859-1/htdocs

Glen Barber gjb at FreeBSD.org
Wed Dec 26 18:15:06 UTC 2018


Author: gjb
Date: Wed Dec 26 18:15:05 2018
New Revision: 52725
URL: https://svnweb.freebsd.org/changeset/doc/52725

Log:
  Comment the link to the 12.0-STABLE release notes, which is going
  to be a bit complicated to fix after moving release notes for 12.x
  and later from the base repository to the doc repository.
  
  Fix the link to 11.2-STABLE while here. [1]
  
  Reported by:	ryusuke
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/where.xml

Modified: head/en_US.ISO8859-1/htdocs/where.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/where.xml	Tue Dec 25 06:05:26 2018	(r52724)
+++ head/en_US.ISO8859-1/htdocs/where.xml	Wed Dec 26 18:15:05 2018	(r52725)
@@ -373,9 +373,11 @@
 	    </ul>
 	  </td>
 	  <td>
+	    <?ignore
 	    <ul class="txtdocslist">
 	      <li><a href="&base;/relnotes/&rel.current.major;-STABLE/relnotes/article.html">Release Notes</a></li>
 	    </ul>
+	    ?>
 	  </td>
 	</tr>
       </tbody>
@@ -429,7 +431,7 @@
 	  </td>
 	  <td>
 	    <ul class="txtdocslist">
-	      <li><a href="&base;/relnotes/&rel.current.major;-STABLE/relnotes/article.html">Release Notes</a></li>
+	      <li><a href="&base;/relnotes/&rel1.current.major;-STABLE/relnotes/article.html">Release Notes</a></li>
 	    </ul>
 	  </td>
 	</tr>


More information about the svn-doc-head mailing list