$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-12-02 18:55:39
Author: danieljames
Date: 2007-12-02 18:55:38 EST (Sun, 02 Dec 2007)
New Revision: 41599
URL: http://svn.boost.org/trac/boost/changeset/41599
Log:
Fix the people links in the conversion documentation.
Text files modified: 
   branches/fix-links/libs/conversion/cast.htm |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/fix-links/libs/conversion/cast.htm
==============================================================================
--- branches/fix-links/libs/conversion/cast.htm	(original)
+++ branches/fix-links/libs/conversion/cast.htm	2007-12-02 18:55:38 EST (Sun, 02 Dec 2007)
@@ -120,10 +120,10 @@
     <p><code>polymorphic_cast</code> was suggested by Bjarne Stroustrup in "The C++
     Programming Language".<br>
      <code>polymorphic_downcast</code> was contributed by <a href=
-    "../../people/dave_abrahams.htm">Dave Abrahams</a>.<code><br>
+    "http://beta.boost.org/users/people/dave_abrahams.html">Dave Abrahams</a>.<code><br>
      An old
      numeric_cast</code> that was contributed by <a href=
-    "../../people/kevlin_henney.htm">Kevlin Henney</a> is now superseeded by the Boost Numeric Conversion Library</p>
+    "http://beta.boost.org/users/people/kevlin_henney.html">Kevlin Henney</a> is now superseeded by the Boost Numeric Conversion Library</p>
     <hr>
 
     <p>Revised