diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-06-22 04:24:55 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-06-22 04:24:55 +0000 |
commit | 8ed32be935e1b5b5e16c690c5147eda637bdc6e9 (patch) | |
tree | 47428df130e6ec90fb5da18a5ef12ec0ff433cea /llvm/docs/ProgrammersManual.html | |
parent | ce33a1bea000ad669146b9d594348439c0224a45 (diff) | |
download | bcm5719-llvm-8ed32be935e1b5b5e16c690c5147eda637bdc6e9.tar.gz bcm5719-llvm-8ed32be935e1b5b5e16c690c5147eda637bdc6e9.zip |
Fixed broken links.
llvm-svn: 14313
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 06794cdc3be..8d39aa2353a 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -187,9 +187,9 @@ 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 <a -href="http://www.tempest-sw.com/cpp/ch13-libref.html">Standard Library -Reference</a> that rivals Dinkumware's, and is actually free until the book is +O'Reilly book in the making. It has a decent +Standard Library +Reference that rivals Dinkumware's, and is unfortunately no longer free since the book has been published.</li> <li><a href="http://www.parashift.com/c++-faq-lite/">C++ Frequently Asked |