$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85822 - trunk/libs/tr1/doc
From: dnljms_at_[hidden]
Date: 2013-09-22 06:32:14
Author: danieljames
Date: 2013-09-22 06:32:13 EDT (Sun, 22 Sep 2013)
New Revision: 85822
URL: http://svn.boost.org/trac/boost/changeset/85822
Log:
Fix a couple of tr1 to math links.
Text files modified: 
   trunk/libs/tr1/doc/tr1.qbk |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/tr1/doc/tr1.qbk
==============================================================================
--- trunk/libs/tr1/doc/tr1.qbk	Sun Sep 22 06:27:26 2013	(r85821)
+++ trunk/libs/tr1/doc/tr1.qbk	2013-09-22 06:32:13 EDT (Sun, 22 Sep 2013)	(r85822)
@@ -1322,7 +1322,7 @@
 for arguments of type `std::complex<T>`.  
 These algorithms are entirely
 classical, and behave as specified in the C99 standard section 7.3.5.
-See the [@../../libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html 
+See the [@../../libs/math/doc/html/inverse_complex.html 
 Boost.Math documentation for more information].
    
    namespace std {
@@ -1482,7 +1482,7 @@
 to header <cmath>.
 
 Refer to the 
-[@../../libs/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html Math Library docs] 
+[@../../libs/math/doc/html/math_toolkit/main_tr1.html Math Library docs] 
 for more information.