Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-04-10 16:27:37


Author: danieljames
Date: 2008-04-10 16:27:36 EDT (Thu, 10 Apr 2008)
New Revision: 44156
URL: http://svn.boost.org/trac/boost/changeset/44156

Log:
Fix some links to the libraries. Refs #1806

Text files modified:
   website/public_html/beta/doc/libraries.xml | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml (original)
+++ website/public_html/beta/doc/libraries.xml 2008-04-10 16:27:36 EDT (Thu, 10 Apr 2008)
@@ -552,7 +552,7 @@
     <authors>Daryle Walker</authors>
     <description>Greatest common divisor and least common
     multiple.</description>
- <documentation>doc/html/boost_math/gcd_lcm.html</documentation>
+ <documentation>libs/math/doc/common_factor.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -564,7 +564,7 @@
     <name>Math Octonion</name>
     <authors>Hubert Holin</authors>
     <description>Octonions.</description>
- <documentation>doc/html/boost_math/octonions.html</documentation>
+ <documentation>libs/math/doc/octonion/html/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -576,7 +576,7 @@
     <name>Math Quaternion</name>
     <authors>Hubert Holin</authors>
     <description>Quaternions.</description>
- <documentation>doc/html/boost_math/quaternions.html</documentation>
+ <documentation>libs/math/doc/quaternion/html/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -675,7 +675,7 @@
     <description>Optimized Policy-based Numeric
     Conversions.</description>
     <documentation>
- libs/numeric/conversion/doc/index.html</documentation>
+ libs/numeric/conversion/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -717,7 +717,7 @@
     <authors>Fernando Cacciola</authors>
     <description>Discriminated-union wrapper for optional
     values.</description>
- <documentation>libs/optional/doc/optional.html</documentation>
+ <documentation>libs/optional/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk