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 | cf263b0cbd723d15825f5a5e457350238f93b12a (patch) | |
tree | 2c193905541d70b74b8bd763e2207523ef5e250d /llvm/docs/ProgrammersManual.html | |
parent | d84bb168cc16dc208940377098f02afe1ab92813 (diff) | |
download | bcm5719-llvm-cf263b0cbd723d15825f5a5e457350238f93b12a.tar.gz bcm5719-llvm-cf263b0cbd723d15825f5a5e457350238f93b12a.zip |
Fix dead link.
llvm-svn: 116157
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index a316d4786a6..e8d81a25061 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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 |