Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-03 14:56:39


Author: danieljames
Date: 2007-12-03 14:56:38 EST (Mon, 03 Dec 2007)
New Revision: 41658
URL: http://svn.boost.org/trac/boost/changeset/41658

Log:
Fix a couple of links to the website in the filesystem library.
Text files modified:
   branches/fix-links/libs/filesystem/doc/reference.html | 4 ++--
   branches/fix-links/libs/filesystem/src/path.cpp | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/fix-links/libs/filesystem/doc/reference.html
==============================================================================
--- branches/fix-links/libs/filesystem/doc/reference.html (original)
+++ branches/fix-links/libs/filesystem/doc/reference.html 2007-12-03 14:56:38 EST (Mon, 03 Dec 2007)
@@ -3049,8 +3049,8 @@
   <tr>
     <td width="16%" valign="top">[Abrahams]</td>
     <td width="84%">Dave Abrahams, Error and Exception Handling,
- <a href="http://www.boost.org/more/error_handling.html">
- www.boost.org/more/error_handling.html</a></td>
+ <a href="http://beta.boost.org/community/error_handling.html">
+ beta.boost.org/community/error_handling.html</a></td>
   </tr>
 </table>
 <hr>

Modified: branches/fix-links/libs/filesystem/src/path.cpp
==============================================================================
--- branches/fix-links/libs/filesystem/src/path.cpp (original)
+++ branches/fix-links/libs/filesystem/src/path.cpp 2007-12-03 14:56:38 EST (Mon, 03 Dec 2007)
@@ -109,7 +109,7 @@
 # ifdef BOOST_POSIX_API
 
 // Because this is POSIX only code, we don't have to worry about ABI issues
-// described in http://www.boost.org/more/separate_compilation.html
+// described in http://beta.boost.org/development/separate_compilation.html
 
     wpath_traits::external_string_type
     wpath_traits::to_external( const wpath & ph,


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