Fix the link to "News home" so that klicking on this link on the "old news" pages
no longer produces an "404 - Not Found".
This commit is contained in:
parent
e90984cfc1
commit
43f969361b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31225
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
|
||||
<!-- $FreeBSD: www/share/sgml/libcommon.xsl,v 1.7 2007/03/15 16:21:15 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/libcommon.xsl,v 1.8 2008/01/04 21:16:27 jkois Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0"
|
||||
|
@ -321,7 +321,7 @@
|
|||
|
||||
<!-- template: "html-news-list-newsflash-homelink" -->
|
||||
<xsl:template name="html-news-list-newsflash-homelink">
|
||||
<a href="news.html">News Home</a>
|
||||
<a href="&base;/news/news.html">News Home</a>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-news-list-press-preface" -->
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.4 2007/03/13 12:27:59 gabor Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.5 2007/03/14 14:58:28 gabor Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<a href="news.html">News Home</a>
|
||||
<a href="&base;/news/news.html">News Home</a>
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
<br class="clearboth" />
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldpress.xsl,v 1.2 2006/08/21 18:27:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldpress.xsl,v 1.3 2007/03/13 12:27:59 gabor Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -55,7 +55,7 @@
|
|||
<a href="../1998/press.html">1998-1996</a></p>
|
||||
|
||||
<a href="press.html">Press Home</a>,
|
||||
<a href="news.html">News Home</a>
|
||||
<a href="&base;/news/news.html">News Home</a>
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
<br class="clearboth" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue