Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-29 18:11:34


Author: grafik
Date: 2008-03-29 18:11:33 EDT (Sat, 29 Mar 2008)
New Revision: 43946
URL: http://svn.boost.org/trac/boost/changeset/43946

Log:
Correct doc links for match and regex libs.
Text files modified:
   website/public_html/beta/doc/libraries.xml | 4 ++--
   1 files changed, 2 insertions(+), 2 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-03-29 18:11:33 EDT (Sat, 29 Mar 2008)
@@ -539,7 +539,7 @@
     complex numbers often used to parameterise rotations in three
     dimentional space. Octonions, like quaternions, are a relative
     of complex numbers.</description>
- <documentation>doc/html/boost_math.html</documentation>
+ <documentation>libs/math/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -865,7 +865,7 @@
     <name>Regex</name>
     <authors>John Maddock</authors>
     <description>Regular expression library.</description>
- <documentation>libs/regex/doc/index.html</documentation>
+ <documentation>libs/regex/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