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:
parent
bcfab39347
commit
b69cfa2d6b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51085
1 changed files with 8 additions and 4 deletions
|
@ -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/¤t;/readme.html">README</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/CURRENT/relnotes/index.html">Release Notes</a></li>
|
||||
<li><a href="&base;/releases/¤t;/relnotes.html">Release Notes</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/CURRENT/hardware/index.html">Hardware Notes</a></li>
|
||||
<li><a href="&base;/releases/¤t;/hardware.html">Hardware Notes</a></li>
|
||||
|
||||
<?ignore
|
||||
<li><a href="&base;/releases/¤t;/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>
|
||||
|
|
Loading…
Reference in a new issue