Fix broken URLs on the relnotes.html page for -CURRENT.

Comment the errata.html URL, as we do not issue ENs/SAs for
CURRENT.

Submitted by:	Rick Miller
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-10-09 15:34:39 +00:00
parent bcfab39347
commit b69cfa2d6b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51085

View file

@ -2,6 +2,7 @@
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Release Documentation">
<!ENTITY current "12.0R">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
@ -67,13 +68,16 @@
<h3>FreeBSD -CURRENT Release Documentation</h3>
<ul>
<li><a href="&base;/relnotes/CURRENT/readme/index.html">README</a></li>
<li><a href="&base;/releases/&current;/readme.html">README</a></li>
<li><a href="&base;/relnotes/CURRENT/relnotes/index.html">Release Notes</a></li>
<li><a href="&base;/releases/&current;/relnotes.html">Release Notes</a></li>
<li><a href="&base;/relnotes/CURRENT/hardware/index.html">Hardware Notes</a></li>
<li><a href="&base;/releases/&current;/hardware.html">Hardware Notes</a></li>
<?ignore
<li><a href="&base;/releases/&current;/errata.html">Errata</a></li>
?>
<li><a href="&base;/relnotes/CURRENT/errata/index.html">Errata</a></li>
</ul>
<h3>FreeBSD 11-STABLE Release Documentation</h3>