$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53313 - trunk/libs/serialization/doc
From: daniel_james_at_[hidden]
Date: 2009-05-27 13:43:38
Author: danieljames
Date: 2009-05-27 13:43:36 EDT (Wed, 27 May 2009)
New Revision: 53313
URL: http://svn.boost.org/trac/boost/changeset/53313
Log:
Fix a couple of links to serialization headers. Refs #3602.
Text files modified: 
   trunk/libs/serialization/doc/dataflow.html    |     2 +-                                      
   trunk/libs/serialization/doc/state_saver.html |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/serialization/doc/dataflow.html
==============================================================================
--- trunk/libs/serialization/doc/dataflow.html	(original)
+++ trunk/libs/serialization/doc/dataflow.html	2009-05-27 13:43:36 EDT (Wed, 27 May 2009)
@@ -124,7 +124,7 @@
     ostream_iterator<char>(os)
 );
 </code></pre>
-This macro is defined in <a target="pfto" href="../../../boost/pfto.hpp"><boost/pfto.hpp></a>.
+This macro is defined in <a target="pfto" href="../../../boost/serialization/pfto.hpp"><boost/serialization/pfto.hpp></a>.
 For more information about this topic, check the source.
 
 <h4>Dereferencing</h4>
Modified: trunk/libs/serialization/doc/state_saver.html
==============================================================================
--- trunk/libs/serialization/doc/state_saver.html	(original)
+++ trunk/libs/serialization/doc/state_saver.html	2009-05-27 13:43:36 EDT (Wed, 27 May 2009)
@@ -49,7 +49,7 @@
 </code></pre>
 
 The complete implementation can be found
-<a target="state_saver" href="../../../boost/state_saver.hpp">here</a>
+<a target="state_saver" href="../../../boost/serialization/state_saver.hpp">here</a>
 
 The following illustrates how this is expected to be used.