From eea8c853ca9ae552319a80d835c814d0d91a9e17 Mon Sep 17 00:00:00 2001
From: Murray Stokely <murray@FreeBSD.org>
Date: Tue, 12 Mar 2002 13:15:16 +0000
Subject: [PATCH] Link to release engineering section of the web site from the
 'Development' area of the left side navigation bar.

---
 en/index.xsl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/en/index.xsl b/en/index.xsl
index bb3749294a..2d27abc3f6 100644
--- a/en/index.xsl
+++ b/en/index.xsl
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/en/index.xsl,v 1.19 2002/01/09 18:15:15 phantom Exp $ -->
+<!-- $FreeBSD: www/en/index.xsl,v 1.20 2002/03/09 19:51:16 wosch Exp $ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
@@ -6,7 +6,7 @@
   <xsl:import href="news/includes.xsl"/>
 
   <xsl:variable name="base" select="'.'"/>
-  <xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.19 2002/01/09 18:15:15 phantom Exp $'"/>
+  <xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.20 2002/03/09 19:51:16 wosch Exp $'"/>
   <xsl:variable name="title" select="'The FreeBSD Project'"/>
 
   <xsl:output type="html" encoding="iso-8859-1"
@@ -182,6 +182,7 @@
 		
 			    <small><br/>
 			      &#183; <a href="projects/index.html">Projects</a><br/>
+			      &#183; <a href="releng/index.html">Release Engineering</a><br/>
 			      &#183; <a href="{$base}/support.html#gnats">Bug Reports</a><br/>
 			      &#183; <a href="{$base}/support.html#cvs">CVS Repository</a><br/>
 			    </small></p>