summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-09 21:49:08 +0000
committerChris Lattner <sabre@nondot.org>2007-11-09 21:49:08 +0000
commit788ee28a3e9e3347549d3777a8327fc9e67cd95f (patch)
tree2ae8424cee3b70c3c662baf4931e68e84118c546 /docs
parent9858c348d7ed1c909c5e193d4f46ae4ef67a8b1f (diff)
downloadllvm-788ee28a3e9e3347549d3777a8327fc9e67cd95f.tar.gz
llvm-788ee28a3e9e3347549d3777a8327fc9e67cd95f.tar.bz2
llvm-788ee28a3e9e3347549d3777a8327fc9e67cd95f.tar.xz
Update links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodingStandards.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 2121714db6..858bbe1f7b 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -737,15 +737,12 @@ sources. Two particularly important books for our work are:</p>
<ol>
-<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
+<li><a href="http://www.amazon.com/Effective-Specific-Addison-Wesley-Professional-Computing/dp/0321334876">Effective
+C++</a> by Scott Meyers. Also
interesting and useful are "More Effective C++" and "Effective STL" by the same
author.</li>
-<li><a href="http://cseng.aw.com/book/0,3828,0201633620,00.html">Large-Scale C++
-Software Design</a> by John Lakos</li>
+<li>Large-Scale C++ Software Design by John Lakos</li>
</ol>