Fix broken link to the 2004 CGO paper.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 9 Sep 2004 16:18:40 +0000 (16:18 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 9 Sep 2004 16:18:40 +0000 (16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16257 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 8255644249bc7458b2ee02f0a12852b3fa3b3c78..5479369c3b0076e0577ee36704ca5fd87c2771e8 100644 (file)
 <!--=======================================================================-->
 
 <ul>
-<li><a href="pubs/2004-01-30-CGO-LLVM.html"> LLVM: A Compilation Framework for
-Lifelong Program Analysis &amp; Transformation</a>: - Describes
-the LLVM instruction set and compilation strategy.  This should be the first
-document you read to get an overview of LLVM.</li>
+<li><a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">LLVM: A
+Compilation Framework for Lifelong Program Analysis &amp; Transformation</a>: -
+Describes the LLVM instruction set and compilation strategy.  This should be the
+first document you read to get an overview of LLVM.</li>
 
 <li><a href="LangRef.html">LLVM Reference Manual</a> - Defines the LLVM
 intermediate representation, the assembly form of the different nodes, and