$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-05-05 07:36:50
Author: danieljames
Date: 2008-05-05 07:36:50 EDT (Mon, 05 May 2008)
New Revision: 45129
URL: http://svn.boost.org/trac/boost/changeset/45129
Log:
Update navbar links in boostbook.
Text files modified: 
   branches/doc/tools/boostbook/xsl/navbar.xsl |    10 +++++-----                              
   1 files changed, 5 insertions(+), 5 deletions(-)
Modified: branches/doc/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- branches/doc/tools/boostbook/xsl/navbar.xsl	(original)
+++ branches/doc/tools/boostbook/xsl/navbar.xsl	2008-05-05 07:36:50 EDT (Mon, 05 May 2008)
@@ -117,12 +117,12 @@
       </xsl:variable>
       <xsl:variable name="people_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.website, '/people/people.htm' )"/> 
+            <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/> 
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="faq_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.website, '/more/faq.htm' )"/> 
+            <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/> 
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="more_link">
@@ -151,7 +151,7 @@
    <xsl:template name = "header.navdata-vert">
       <xsl:variable name="home_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.root, '/index.htm' )"/>
+            <xsl:with-param name="target" select="concat( $boost.root, '/index.html' )"/>
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="libraries_link">
@@ -161,12 +161,12 @@
       </xsl:variable>
       <xsl:variable name="people_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.root, '/people/people.htm' )"/>
+            <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="faq_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.root, '/more/faq.htm' )"/>
+            <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="more_link">