summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2012-01-15 20:55:26 +0000
committerDaniel James <daniel@calamity.org.uk>2012-01-15 20:55:26 +0000
commit89ca0e25ffca3bbb8f4a5faacc449169d9a6214e (patch)
tree574d87723144f5470816906c5311e2972cc7f1a7 /libs/libraries.htm
parente7702a604f82b93bbffdc3c9b17d9512b159be5f (diff)
downloadboost-89ca0e25ffca3bbb8f4a5faacc449169d9a6214e.tar.gz
Merge link fixes for pool and timer.
[SVN r76534]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 4ef6d548d7..95d89ff4f9 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -227,7 +227,7 @@ how to download, build, and install the libraries.</p>
OO-programming, from Thorsten Ottosen. </li>
<li><a href="polygon/index.html">polygon</a> - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
Lucanus Simonson.</li>
- <li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
+ <li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
metaprogramming tools including repetition and recursion, from Vesa Karvonen
@@ -680,7 +680,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Memory">Memory</a></h3>
<ul>
- <li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
+ <li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="smart_ptr/index.html">smart_ptr</a> - Six smart
pointer class templates, from Greg Colvin, Beman Dawes,