diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-10-09 21:12:29 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-10-09 21:12:29 +0000 |
commit | ea1fe2c0a79e7984da5d4fbd538a0bdb2cd1d149 (patch) | |
tree | ec9a52cf3410252ea5c74f72f8369be76ce65850 /docs | |
parent | ccefe32141c96faa05445bce0b26f1acd8bdc1b8 (diff) | |
download | external_llvm-ea1fe2c0a79e7984da5d4fbd538a0bdb2cd1d149.zip external_llvm-ea1fe2c0a79e7984da5d4fbd538a0bdb2cd1d149.tar.gz external_llvm-ea1fe2c0a79e7984da5d4fbd538a0bdb2cd1d149.tar.bz2 |
Fix dead link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index a316d47..e8d81a2 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -269,9 +269,9 @@ can get, so it will not be discussed in this document.</p> <ol> -<li><a href="http://www.dinkumware.com/refxcpp.html">Dinkumware C++ Library -reference</a> - an excellent reference for the STL and other parts of the -standard C++ library.</li> +<li><a href="http://www.dinkumware.com/manuals/#Standard C++ Library">Dinkumware +C++ Library reference</a> - an excellent reference for the STL and other parts +of the standard C++ library.</li> <li><a href="http://www.tempest-sw.com/cpp/">C++ In a Nutshell</a> - This is an O'Reilly book in the making. It has a decent Standard Library |