summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-09 16:18:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-09 16:18:40 +0000
commit6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc (patch)
tree75b1b5cf2880fbafa83263db10e4c2e50c737f43
parentc8f1d71f1ba225bf239b832ad8714a3231ea4b57 (diff)
downloadbcm5719-llvm-6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc.tar.gz
bcm5719-llvm-6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc.zip
Fix broken link to the 2004 CGO paper.
llvm-svn: 16257
-rw-r--r--llvm/docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html
index 8255644249b..5479369c3b0 100644
--- a/llvm/docs/index.html
+++ b/llvm/docs/index.html
@@ -28,10 +28,10 @@
<!--=======================================================================-->
<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
OpenPOWER on IntegriCloud