diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-09 21:49:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-09 21:49:08 +0000 |
commit | f9f08bf4b0ec4259fb8f80fa77d0184e0b7242d2 (patch) | |
tree | ff7a163f6f3b32b8ff967a19fcfe0e199e73ff39 /llvm/docs/CodingStandards.html | |
parent | 05b94b8c130e085b2f19446840f39c8afe10f4cd (diff) | |
download | bcm5719-llvm-f9f08bf4b0ec4259fb8f80fa77d0184e0b7242d2.tar.gz bcm5719-llvm-f9f08bf4b0ec4259fb8f80fa77d0184e0b7242d2.zip |
Update links.
llvm-svn: 43964
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 2121714db65..858bbe1f7b6 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/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> |