Browse Source

A couple of small documentation fixes.

Merged revisions 47952,47958 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r47952 | danieljames | 2008-08-03 09:52:03 +0100 (Sun, 03 Aug 2008) | 1 line
  
  Fix links to the test documentation.
........
  r47958 | danieljames | 2008-08-03 11:19:33 +0100 (Sun, 03 Aug 2008) | 1 line
  
  Fix a couple of character encoding errors.
........


[SVN r47982]
Daniel James 17 years ago
parent
commit
502a40adc5
2 changed files with 3 additions and 3 deletions
  1. 1 1
      libs/filesystem
  2. 2 2
      libs/libraries.htm

+ 1 - 1
libs/filesystem

@@ -1 +1 @@
-Subproject commit 493dce3d98806d6a1f8a00f4c7482d262db71341
+Subproject commit 514e456e89b195a7d8b203aacf7bb88eeb61554f

+ 2 - 2
libs/libraries.htm

@@ -256,7 +256,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="system/doc/index.html">system</a> - Operating system support, 
     <li><a href="system/doc/index.html">system</a> - Operating system support, 
     including the diagnostics support that will be part of the C++0x standard 
     including the diagnostics support that will be part of the C++0x standard 
     library, from Beman Dawes.</li>
     library, from Beman Dawes.</li>
-    <li><a href="test/doc/index.html">test</a> - Support for simple program testing,
+    <li><a href="test/index.html">test</a> - Support for simple program testing,
     full unit testing, and for program
     full unit testing, and for program
       execution monitoring, from Gennadiy Rozental.</li>
       execution monitoring, from Gennadiy Rozental.</li>
     <li><a href="thread/doc/index.html">thread</a> - Portable C++
     <li><a href="thread/doc/index.html">thread</a> - Portable C++
@@ -540,7 +540,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         - Static assertions (compile time assertions), from John
         Maddock.</li>
         Maddock.</li>
-    <li><a href="test/doc/index.html">test</a> - Support for simple program testing,
+    <li><a href="test/index.html">test</a> - Support for simple program testing,
     full unit testing, and for program
     full unit testing, and for program
       execution monitoring, from Gennadiy Rozental.</li>
       execution monitoring, from Gennadiy Rozental.</li>
 </ul>
 </ul>

粤ICP备19079148号