aboutsummaryrefslogtreecommitdiff
path: root/docs/CodingStandards.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/CodingStandards.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/CodingStandards.html')
-rw-r--r--docs/CodingStandards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 19577cbb66..b04f4c53c8 100644
--- a/docs/CodingStandards.html
+++ b/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