summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2012-08-05 08:36:49 +0000
committerDaniel James <daniel@calamity.org.uk>2012-08-05 08:36:49 +0000
commit2dda60b984a757221b2004ee63d939f2381b83a4 (patch)
tree176fb9c120707077840d3cfec8e037dd0d3d3506 /libs/libraries.htm
parent3b5ae373030037866d986117ceaa1fd5cd4adad8 (diff)
downloadboost-2dda60b984a757221b2004ee63d939f2381b83a4.tar.gz
Merge some link fixes.
[SVN r79869]
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 6c85f75381..8a8406afe8 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -396,7 +396,7 @@ how to download, build, and install the libraries.</p>
<li><a href="asio/index.html">asio</a> - Portable networking and other low-level
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
- <li><a href="context/doc/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
+ <li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
@@ -818,7 +818,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<ul>
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
- <li><a href="context/doc/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
+ <li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from