Index: libs/config/doc/config.qbk =================================================================== --- libs/config/doc/config.qbk (revision 43193) +++ libs/config/doc/config.qbk (working copy) @@ -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 ]] [def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp ]] [def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/user.hpp ]] Index: libs/math/doc/math.qbk =================================================================== --- libs/math/doc/math.qbk (revision 43193) +++ libs/math/doc/math.qbk (working copy) @@ -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. Index: libs/math/doc/octonion/math-octonion.qbk =================================================================== --- libs/math/doc/octonion/math-octonion.qbk (revision 43193) +++ libs/math/doc/octonion/math-octonion.qbk (working copy) @@ -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. Index: libs/math/doc/sf_and_dist/references.qbk =================================================================== --- libs/math/doc/sf_and_dist/references.qbk (revision 43193) +++ libs/math/doc/sf_and_dist/references.qbk (working copy) @@ -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. Index: libs/tr1/doc/tr1.qbk =================================================================== --- libs/tr1/doc/tr1.qbk (revision 43193) +++ libs/tr1/doc/tr1.qbk (working copy) @@ -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