Fix broken internal link.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 23:42:24 +0000 (23:42 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 23:42:24 +0000 (23:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14002 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html
docs/SourceLevelDebugging.html
docs/TableGenFundamentals.html

index 51a45583fa121ca9bceef1b8894381cd847132fc..19577cbb668c1d9281f790d0279f0edc7b9a0c1f 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>
index de8dad42233b3b24e81daa1ce3f2ba8ff25f1058..70677a71e71fe65a20b33ef36ce4c2f3a3199007 100644 (file)
@@ -971,7 +971,7 @@ source-language-specific information in addition to the fields required by the
 LLVM debugger.  See the <a href="#ccxx_descriptors">section on the C/C++
 front-end</a> for more information.  Also remember that global objects
 (functions, selectors, global variables, etc) must contain an <a
-href="format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt>
+href="#format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt>
 variable.</p>
 </div>
 
index 0542722100387e6d09eca82d6180cc9c05daba49..0d04eff96bfc1df41f9afcc1f02b528876601ce9 100644 (file)
@@ -337,7 +337,7 @@ for different types.  These rules allow you to assign a value like "7" to a
 (collectively known as 'records') in TableGen are the main high-level unit of
 information that TableGen collects.  Records are defined with a <tt>def</tt> or
 <tt>class</tt> keyword, the record name, and an optional list of "<a
-href="templateargs">template arguments</a>".  If the record has superclasses,
+href="#templateargs">template arguments</a>".  If the record has superclasses,
 they are specified as a comma seperated list that starts with a colon character
 (":").  If <a href="#valuedef">value definitions</a> or <a href="#recordlet">let
 expressions</a> are needed for the class, they are enclosed in curly braces