Просмотр исходного кода

Fix most of the links in version history.

[SVN r34964]
Daniel James 19 лет назад
Родитель
Сommit
1c1965d365
1 измененных файлов с 20 добавлено и 20 удалено
  1. 20 20
      more/version_history.html

+ 20 - 20
more/version_history.html

@@ -57,29 +57,29 @@
 
                         <ul>
                           <li><span class="library"><a href=
-                          "doc/html/any.html">Any Library</a>:</span> Cast to
+                          "../doc/html/any.html">Any Library</a>:</span> Cast to
                           reference types introduced in 1.33.0 is now
                           documented on <code>any_cast</code> documentation
                           page.</li>
 
                           <li>
                             <span class="library"><a href=
-                            "libs/bind/bind.html">Bind Library</a>:</span>
+                            "../libs/bind/bind.html">Bind Library</a>:</span>
 
                             Bind expressions now support
-                            <a href="libs/bind/bind.html#operators">
+                            <a href="../libs/bind/bind.html#operators">
                             comparisons and negation</a>. Example: <code>
                             bind(&amp;X::name, _1) &lt; bind(&amp;X::name,
                             _2)</code>.
                           </li>
 
                           <li><span class="library"><a href=
-                          "libs/config/index.html">Config Library</a>:</span>
+                          "../libs/config/index.html">Config Library</a>:</span>
                           Don't undef BOOST_LIB_TOOLSET after use.</li>
 
                           <li>
                             <span class="library"><a href=
-                            "libs/python/doc/index.html">Boost.Python</a>:</span>
+                            "../libs/python/doc/index.html">Boost.Python</a>:</span>
 
                             <ul>
                               <li>The build now assumes Python 2.4 by
@@ -95,21 +95,21 @@
                           </li>
 
                           <li><span class="library"><a href=
-                          "libs/smart_ptr/index.html">Smart Pointer
+                          "../libs/smart_ptr/index.html">Smart Pointer
                           Library</a>:</span> Fixed problems under Metrowerks
                           CodeWarrior on PowerPC (Mac OS X) with inlining on,
                           GNU GCC on PowerPC 64.</li>
 
                           <li><span class="library"><a href=
-                          "libs/regex/doc/index.html">Regex
+                          "../libs/regex/doc/index.html">Regex
                           Library</a>:</span> Fixed the supplied makefiles,
                           and other small compiler specific changes. Refer to
-                          the <a href="libs/regex/doc/history.html">regex
+                          the <a href="../libs/regex/doc/history.html">regex
                           history page</a> for more information on these and
                           other small changes.</li>
 
                           <li><span class="library"><a href=
-                          "libs/iostreams/doc/index.html">Iostreams
+                          "../libs/iostreams/doc/index.html">Iostreams
                           Library</a>:</span> Improved the interface for
                           accessing a chain's components, added
                           <code>is_open</code> members to the file and file
@@ -119,7 +119,7 @@
 
                           <li>
                             <span class="library"><a href=
-                            "libs/python/doc/index.html">Boost.Python</a>:</span>
+                            "../libs/python/doc/index.html">Boost.Python</a>:</span>
 
                             <ul>
                               <li>Added support for docstrings on nonstatic
@@ -150,7 +150,7 @@
                           </li>
 
                           <li><span class="library"><a href=
-                          "libs/functional/hash/index.html">Functional/Hash
+                          "../libs/functional/hash/index.html">Functional/Hash
                           Library</a>:</span> Fixed the points example.</li>
 
                           <li><span class="library"><a href=
@@ -163,7 +163,7 @@
 
                           <li>
                             <span class="library"><a href=
-                            "libs/graph/doc/table_of_contents.html">Graph
+                            "../libs/graph/doc/table_of_contents.html">Graph
                             Library</a>:</span>
 
                             <ul>
@@ -172,9 +172,9 @@
                               <tt>dijkstra_shortest_paths</tt>).</li>
 
                               <li>Fixed problems with <a href=
-                              "libs/graph/doc/cuthill_mckee_ordering.html"><code>
+                              "../libs/graph/doc/cuthill_mckee_ordering.html"><code>
                               cuthill_mckee_ordering</code></a> and <a href=
-                              "libs/graph/doc/king_ordering.html"><code>king_ordering</code></a>
+                              "../libs/graph/doc/king_ordering.html"><code>king_ordering</code></a>
                               producing no results.</li>
 
                               <li>Added <tt>color_map</tt> parameter to
@@ -183,20 +183,20 @@
                           </li>
 
                           <li><span class="library"><a href=
-                          "libs/signals/doc/index.html">Signals
+                          "../libs/signals/doc/index.html">Signals
                           Library</a>:</span> Fixed problems with the use of
                           Signals across shared library boundaries.</li>
 
                           <li><span class="library"><a href=
-                          "libs/thread/doc/index.html">Thread
+                          "../libs/thread/doc/index.html">Thread
                           library</a>:</span> <code>read_write_mutex</code>
                           has been removed due to problems with
                           deadlocks.</li>
 
                           <li><span class="library"><a href=
-                          "libs/wave/index.html">Wave library</a>
+                          "../libs/wave/index.html">Wave library</a>
                           (V1.2.1)</span> Fixed a couple of problems, refer
-                          to the <a href="libs/wave/ChangeLog">change log</a>
+                          to the <a href="../libs/wave/ChangeLog">change log</a>
                           for further details.</li>
                         </ul>
 
@@ -261,10 +261,10 @@
 
                         <h4>Acknowledgements</h4>
 
-                        <p><img src="more/boost_1_33_0.jpg" width="128"
+                        <p><img src="boost_1_33_0.jpg" width="128"
                         height="118" alt="Medieval Mr. Gregor" class=
                         "left-inset" /> <a href=
-                        "people/doug_gregor.html">Douglas Gregor</a> managed
+                        "../people/doug_gregor.html">Douglas Gregor</a> managed
                         this release.</p>
 
                         <p>A great number of people contributed their time

粤ICP备19079148号