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/CodingStandards.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/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 19577cbb668..b04f4c53c86 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -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 |