aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-06-22 04:24:55 +0000
committerTanya Lattner <tonic@nondot.org>2004-06-22 04:24:55 +0000
commit09cf73c83060122f84cd6d78eb0e705fe4742a6e (patch)
tree71ffd2ffc59895c17c90b73da0e3e3d5602fb7ad /docs/ProgrammersManual.html
parentca26c3e3b6809fa29ea63cbf83fe73f53f1c4452 (diff)
Fixed broken links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 06794cdc3b..8d39aa2353 100644
--- a/docs/ProgrammersManual.html
+++ b/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