[llvm-commits] CVS: llvm-www/releases/1.3/docs/index.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 15 10:05:26 PDT 2004
Changes in directory llvm-www/releases/1.3/docs:
index.html updated: 1.1 -> 1.2
---
Log message:
Fix broken link
---
Diffs of the changes: (+2 -2)
Index: llvm-www/releases/1.3/docs/index.html
diff -u llvm-www/releases/1.3/docs/index.html:1.1 llvm-www/releases/1.3/docs/index.html:1.2
--- llvm-www/releases/1.3/docs/index.html:1.1 Fri Aug 13 17:03:03 2004
+++ llvm-www/releases/1.3/docs/index.html Fri Oct 15 12:05:14 2004
@@ -28,7 +28,7 @@
<!--=======================================================================-->
<ul>
-<li><a href="pubs/2004-01-30-CGO-LLVM.html"> LLVM: A Compilation Framework for
+<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>
@@ -195,6 +195,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/13 22:03:03 $
+ Last modified: $Date: 2004/10/15 17:05:14 $
</address>
More information about the llvm-commits
mailing list