Fix broken internal links (one found by seventwentyfour.com spider)
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 9 Sep 2004 20:34:13 +0000 (20:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 9 Sep 2004 20:34:13 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16260 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CompilerDriver.html

index 1d1bdb662d1a7ddf09791240bcebddd96e24e85c..a0579bc97372ac0396a40f9e6eec8229e677a71a 100644 (file)
@@ -54,8 +54,8 @@
 <div class="doc_section"> <a name="introduction">Introduction</a></div>
 <!-- *********************************************************************** -->
 <div class="doc_text">
-  <p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler 
-  <a href="def_driver">driver</a>. As such, it isn't a compiler, optimizer, 
+  <p>The <tt>llvmc</tt> <a href="#def_tool">tool</a> is a configurable compiler 
+  <a href="#def_driver">driver</a>. As such, it isn't a compiler, optimizer, 
   or a linker itself but it drives (invokes) other software that perform those 
   tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt> 
   tool, <tt>llvmc</tt> is very similar.</p>