Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-10 04:55:05


Author: danieljames
Date: 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
New Revision: 43206
URL: http://svn.boost.org/trac/boost/changeset/43206

Log:
Fix some broken links.
Text files modified:
   trunk/libs/config/doc/config.qbk | 2 +-
   trunk/libs/math/doc/math.qbk | 2 +-
   trunk/libs/math/doc/octonion/math-octonion.qbk | 2 +-
   trunk/libs/math/doc/sf_and_dist/references.qbk | 2 +-
   trunk/libs/tr1/doc/tr1.qbk | 4 ++--
   5 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/libs/config/doc/config.qbk
==============================================================================
--- trunk/libs/config/doc/config.qbk (original)
+++ trunk/libs/config/doc/config.qbk 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
@@ -19,7 +19,7 @@
 
 [/ Cited Boost resources ]
 
-[def __BOOST_REGRESSION_TEST_DRIVER__ [@../../../../more/regression.html boost regression test driver]]
+[def __BOOST_REGRESSION_TEST_DRIVER__ [@../../../../tools/regression/doc/index.html boost regression test driver]]
 [def __BOOST_CONFIG_HEADER__ [@../../../../boost/config.hpp <boost/config.hpp>]]
 [def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp <boost/config/user.hpp>]]
 [def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/user.hpp <boost/config/suffix.hpp>]]

Modified: trunk/libs/math/doc/math.qbk
==============================================================================
--- trunk/libs/math/doc/math.qbk (original)
+++ trunk/libs/math/doc/math.qbk 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
@@ -67,7 +67,7 @@
    
 [[[@../octonion/html/index.html Octonions]]
    [
-Octonions, like [@../quaternions/html/index.html quaternions], are a relative of complex numbers.
+Octonions, like [@../quaternion/html/index.html quaternions], are a relative of complex numbers.
 
 Octonions see some use in theoretical physics.
 

Modified: trunk/libs/math/doc/octonion/math-octonion.qbk
==============================================================================
--- trunk/libs/math/doc/octonion/math-octonion.qbk (original)
+++ trunk/libs/math/doc/octonion/math-octonion.qbk 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
@@ -38,7 +38,7 @@
 
 [section Overview]
 
-Octonions, like [@../../quaternions/html/index.html quaternions], are a relative of complex numbers.
+Octonions, like [@../../quaternion/html/index.html quaternions], are a relative of complex numbers.
 
 Octonions see some use in theoretical physics.
 

Modified: trunk/libs/math/doc/sf_and_dist/references.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/references.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/references.qbk 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
@@ -50,7 +50,7 @@
 
 [@http://www.csit.fsu.edu/~burkardt/cpp_src/dcdflib/dcdflib.html C++ version].
 
-[@lib.stat.cmu.edu/general/cdflib CDFLIB Library of Fortran Routines for Cumulative Distribution functions.]
+[@http://lib.stat.cmu.edu/general/cdflib CDFLIB Library of Fortran Routines for Cumulative Distribution functions.]
 
 [@http://www.csit.fsu.edu/~burkardt/f_src/dcdflib/dcdflib.html DCDFLIB C++ version]
 DCDFLIB is a library of C++ routines, using double precision arithmetic, for evaluating cumulative probability density functions.

Modified: trunk/libs/tr1/doc/tr1.qbk
==============================================================================
--- trunk/libs/tr1/doc/tr1.qbk (original)
+++ trunk/libs/tr1/doc/tr1.qbk 2008-02-10 04:55:03 EST (Sun, 10 Feb 2008)
@@ -448,7 +448,7 @@
 arbitrary code may be called. However a polymorphic function wrapper can call
 any callable object with a compatible call signature, this could be a function
 pointer, or it could be a function object produced by std::tr1::bind, or some
-other mechanism. For more information see the [@../../doc/html/function.html"
+other mechanism. For more information see the [@../../doc/html/function.html
 Boost.Function documentation].
 
    
@@ -1697,7 +1697,7 @@
 forward on to your existing standard library header in one of two ways: for
 gcc it uses `#include_next`, and for other compilers it uses the
 macro `BOOST_TR1_STD_HEADER(header)` (defined in
-[@../../boost/tr1/detail/config.hpp" boost/tr1/detail/config.hpp])
+[@../../boost/tr1/detail/config.hpp boost/tr1/detail/config.hpp])
 which evaluates to `#include <../include/header>`. This
 should work "straight out the box" for most compilers, but does mean that
 these headers should [*never] be placed inside a


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