Fix some broken links
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2004 22:52:48 +0000 (22:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2004 22:52:48 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14306 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AliasAnalysis.html
docs/GettingStarted.html
docs/LangRef.html

index df85d74371b36c58c647d9ba0be60cd79d7ab843..01492293eef1be8bd531f60ee6b861ed954c0b77 100644 (file)
@@ -643,7 +643,7 @@ for monitoring and evaluating different implementations.</p>
 <p>This section lists the various implementations of the <tt>AliasAnalysis</tt>
 interface.  With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a> and
 <a href="#basic-aa"><tt>-basicaa</tt></a> implementations, all of these <a
-href="chaining">chain</a> to other alias analysis implementations.</p>
+href="#chaining">chain</a> to other alias analysis implementations.</p>
 
 </div>
 
index 981943144e10a5d91a08b080a40a1d8c58d64bd6..69c3603f1fe618740d139a77edf4dfdab3e154b9 100644 (file)
@@ -151,7 +151,7 @@ from the LLVM suite.</p>
 
 </ol>
 
-<p>Consult the <a href="starting">Getting Started with LLVM</a> section for
+<p>Consult the <a href="#starting">Getting Started with LLVM</a> section for
 detailed information on configuring and compiling LLVM.  See <a
 href="#environment">Setting Up Your Environment</a> for tips that simplify
 working with the GCC front end and LLVM tools.  Go to <a href="#layout">Program
index 5dfc9539c9116ceddb37ac38fc94f2950acd4011..b71d3e1e1f2d822553751a01a5ecb5cb93922b61 100644 (file)
@@ -1942,7 +1942,7 @@ from the source argument list to the destination argument list.</p>
 <p>The '<tt>llvm.va_copy</tt>' intrinsic works just like the <tt>va_copy</tt>
 macro available in C.  In a target-dependent way, it copies the source
 <tt>va_list</tt> element into the returned list.  This intrinsic is necessary
-because the <tt><a href="i_va_start">llvm.va_start</a></tt> intrinsic may be
+because the <tt><a href="#i_va_start">llvm.va_start</a></tt> intrinsic may be
 arbitrarily complex and require memory allocation, for example.</p>
 
 </div>