Fixed broken links.
authorTanya Lattner <tonic@nondot.org>
Tue, 22 Jun 2004 04:24:55 +0000 (04:24 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 22 Jun 2004 04:24:55 +0000 (04:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html
docs/OpenProjects.html
docs/ProgrammersManual.html

index 19577cbb668c1d9281f790d0279f0edc7b9a0c1f..b04f4c53c8655e2894257cd3f355e356a68f28a2 100644 (file)
@@ -577,7 +577,7 @@ sources.  Two particularly important books for our work are:</p>
 
 <ol>
 
-<li><a href="http://www.aw.com/product/0,2627,0201924889,00.html">Effective
+<li><a href="http://www.aw-bc.com/catalog/academic/product/0,1144,0201310155,00.html">Effective
 C++</a> by Scott Meyers.  There is an online version of the book (only some
 chapters though) <a
 href="http://www.awlonline.com/cseng/meyerscddemo/">available as well</a>.  Also
index 3a5eb10ef63cdb4d6676ad35fad7c0ed0bc05e64..ec29cbe4a9d823518e7484172c2f61a7582fb04c 100644 (file)
@@ -105,8 +105,8 @@ work.
 <div class="doc_text">
 
 <p>It would be very useful to <a
-href="http://www.gnu.org/software/libc/porting.html">port</a> <a
-href="http://www.gnu.org/software/glibc/">glibc</a> to LLVM.  This would allow a
+href="http://www.gnu.org/software/libc/manual/html_node/Porting.html">port</a> <a
+href="http://www.gnu.org/software/libc/">glibc</a> to LLVM.  This would allow a
 variety of interprocedural algorithms to be much more effective in the face of
 library calls.  The most important pieces to port are things like the string
 library and the <tt>stdio</tt> related functions... low-level system calls like
index 06794cdc3be9809934ed7a436d3cd36d1d345859..8d39aa2353aea5874b6400c65033dfc4daf6b74f 100644 (file)
@@ -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