Fix the people links in the conversion documentation.

[SVN r41599]
This commit is contained in:
Daniel James
2007-12-02 23:55:38 +00:00
parent 703f75e029
commit 8b9a9a519f

View File

@@ -120,10 +120,10 @@ void f( Fruit * fruit ) {
<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 <a href="../numeric/conversion/doc/index.html">Boost Numeric Conversion Library</a></p>
"http://beta.boost.org/users/people/kevlin_henney.html">Kevlin Henney</a> is now superseeded by the <a href="../numeric/conversion/doc/index.html">Boost Numeric Conversion Library</a></p>
<hr>
<p>Revised