Fix 2 404's, which were the result of using relative path changing
instead of &base;. Submitted by: checkbot
This commit is contained in:
parent
4d99e754ea
commit
6ea634a648
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10034
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/1996/index.sgml,v 1.5 2001/05/01 07:59:35 eric Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/1996/index.sgml,v 1.6 2001/07/13 12:52:15 dd Exp $">
|
||||
<!ENTITY title "FreeBSD News Flash! (1996)">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY newshome '<a href="../news.html">News Home</a>'>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<p><b>13-Dec-1996</b> FreeBSD 2.2-RELEASE will not support
|
||||
installation on machines with less than 5MB of RAM or 1.2MB floppy
|
||||
drives. Please see the original <a
|
||||
href="../releases/2.2R/install-media.html">announcement</a> for
|
||||
href="&base;/releases/2.2R/install-media.html">announcement</a> for
|
||||
more information.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<li>
|
||||
<p><b>4-Nov-1996</b> The FreeBSD <a
|
||||
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> development
|
||||
tree has branched again. <a href="../releases/index.html">See here</a> for
|
||||
tree has branched again. <a href="&base;/releases/index.html">See here</a> for
|
||||
more information.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue