Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 18:15:05 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52725 - head/en_US.ISO8859-1/htdocs
Message-ID:  <201812261815.wBQIF5Og081678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261815.wBQIF5Og081678>