Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-29 18:10:02


Author: danieljames
Date: 2007-11-29 18:10:01 EST (Thu, 29 Nov 2007)
New Revision: 41482
URL: http://svn.boost.org/trac/boost/changeset/41482

Log:
Fix some links to boost headers.
Text files modified:
   website/public_html/beta/development/reuse.html | 2 +-
   website/public_html/beta/development/separate_compilation.html | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/development/reuse.html
==============================================================================
--- website/public_html/beta/development/reuse.html (original)
+++ website/public_html/beta/development/reuse.html 2007-11-29 18:10:01 EST (Thu, 29 Nov 2007)
@@ -54,7 +54,7 @@
 
               <p><strong>Example where another boost component should
               certainly be used:</strong> boost::noncopyable (in <a href=
- "../boost/utility.hpp">boost/utility.hpp</a>) has considerable
+ "/doc/libs/release/boost/utility.hpp">boost/utility.hpp</a>) has considerable
               benefits; it simplifies code, improves readability, and signals
               intent. Costs are low as coupling is limited; noncopyable
               itself uses no other classes and its header includes only the

Modified: website/public_html/beta/development/separate_compilation.html
==============================================================================
--- website/public_html/beta/development/separate_compilation.html (original)
+++ website/public_html/beta/development/separate_compilation.html 2007-11-29 18:10:01 EST (Thu, 29 Nov 2007)
@@ -395,7 +395,7 @@
 
               <h3><a name="auto-link" id="auto-link"></a>Automatic Library
               Selection and Linking with <a href=
- "../boost/config/auto_link.hpp">auto_link.hpp</a></h3>
+ "/doc/libs/release/boost/config/auto_link.hpp">auto_link.hpp</a></h3>
 
               <p>Many Windows compilers ship with multiple runtime libraries
               - for example Microsoft Visual Studio .NET comes with 6


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