diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-09 16:18:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-09 16:18:40 +0000 |
commit | d54fe679c96ea5330472ee28e023eff4bfabe005 (patch) | |
tree | 884f493c33ec9f1fe91ee4f5b3c5d1fef0426987 /docs/index.html | |
parent | 8018a665b2fa8250f12e079b19459c662cdd27f0 (diff) |
Fix broken link to the 2004 CGO paper.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 8255644249..5479369c3b 100644 --- a/docs/index.html +++ b/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 & 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 & 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 |