Browse Source

A couple of link fixes.

[SVN r63153]
Daniel James 16 years ago
parent
commit
e25757882c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      libs/libraries.htm
  2. 1 1
      libs/regex

+ 2 - 2
libs/libraries.htm

@@ -121,7 +121,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
     <li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
     <li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
     <li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
     <li><a href="utility/enable_if.html">enable_if</a> - Selective inclusion of function template overloads, from Jaakko J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
     <li><a href="utility/enable_if.html">enable_if</a> - Selective inclusion of function template overloads, from Jaakko J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
-    <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
+    <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
     Beman Dawes.</li>
     <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
     <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
@@ -690,7 +690,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
       Walker.</li>
       Walker.</li>
     <li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
     <li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
     <li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
     <li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
-    <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
+    <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
     Beman Dawes.</li>
     <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
     <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern

+ 1 - 1
libs/regex

@@ -1 +1 @@
-Subproject commit 7754e9962f15efc7194f4bbc4c43c6084db46470
+Subproject commit 1feaf060f9b841bb09bf424c1cebe521b573a02d

粤ICP备19079148号