Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-03 04:37:57


Author: danieljames
Date: 2008-02-03 04:37:56 EST (Sun, 03 Feb 2008)
New Revision: 43062
URL: http://svn.boost.org/trac/boost/changeset/43062

Log:
Fix some links to the old getting started documentation.
Text files modified:
   branches/fix-links/libs/graph/doc/read_graphml.html | 2 +-
   branches/fix-links/libs/graph/doc/read_graphviz.html | 2 +-
   branches/fix-links/libs/serialization/doc/release.html | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/fix-links/libs/graph/doc/read_graphml.html
==============================================================================
--- branches/fix-links/libs/graph/doc/read_graphml.html (original)
+++ branches/fix-links/libs/graph/doc/read_graphml.html 2008-02-03 04:37:56 EST (Sun, 03 Feb 2008)
@@ -113,7 +113,7 @@
 <h1><a class="toc-backref" href="#id4" name="building-the-graphml-reader">Building the graphml reader</a></h1>
 <p>To use the graphml reader, you will need to build and link against
 the &quot;bgl-graphml&quot; library. The library can be built by following the
-<a class="reference" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory <tt class="literal"><span class="pre">libs/graph/build</span></tt>.</p>
+<a class="reference" href="../../../doc/html/bbv2/installation.html">Boost Jam Build Instructions</a> for the subdirectory <tt class="literal"><span class="pre">libs/graph/build</span></tt>.</p>
 </div>
 <div class="section" id="notes">
 <h1><a class="toc-backref" href="#id5" name="notes">Notes</a></h1>

Modified: branches/fix-links/libs/graph/doc/read_graphviz.html
==============================================================================
--- branches/fix-links/libs/graph/doc/read_graphviz.html (original)
+++ branches/fix-links/libs/graph/doc/read_graphviz.html 2008-02-03 04:37:56 EST (Sun, 03 Feb 2008)
@@ -177,7 +177,7 @@
 <h1><a class="toc-backref" href="#id5" name="building-the-graphviz-readers">Building the GraphViz Readers</a></h1>
 <p>To use the GraphViz readers, you will need to build and link against
 the &quot;boost_graph&quot; library. The library can be built by following the
-<a class="reference" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt>.</p>
+<a class="reference" href="../../../doc/html/bbv2/installation.html">Boost Jam Build Instructions</a> for the subdirectory <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt>.</p>
 </div>
 <div class="section" id="deprecated-readers">
 <h1><a class="toc-backref" href="#id6" name="deprecated-readers">Deprecated Readers</a></h1>

Modified: branches/fix-links/libs/serialization/doc/release.html
==============================================================================
--- branches/fix-links/libs/serialization/doc/release.html (original)
+++ branches/fix-links/libs/serialization/doc/release.html 2008-02-03 04:37:56 EST (Sun, 03 Feb 2008)
@@ -56,7 +56,7 @@
 <h2><a name="differences_1_32"></a>Differences from Boost 1.32</h2>
 <ul>
     <li>Dynamic Linking Library (DLLs and shared libraries) for platforms which support them. See
- Automatic Linking on Windows.
+ Automatic Linking on Windows.
     <li>Implementation of auto-link for compilers which can support this.
     <li>Better support for <em>Argument Dependent Lookup</em> and two-phase lookup.
     This results in simpler rules regarding the placing of serialization specializations


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