Fix link to llvmgcc.
[oota-llvm.git] / docs / CodingStandards.html
index 51a45583fa121ca9bceef1b8894381cd847132fc..b04f4c53c8655e2894257cd3f355e356a68f28a2 100644 (file)
@@ -211,7 +211,7 @@ These nest properly and are better behaved in general than C style comments.</p>
 
 <p>Immediately after the <a href="#scf_commenting">header file comment</a> (and
 include guards if working on a header file), the <a
-href="hl_dontinclude">minimal</a> list of #includes required by the file should
+href="#hl_dontinclude">minimal</a> list of #includes required by the file should
 be listed.  We prefer these #includes to be listed in this order:</p>
 
 <ol>
@@ -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