[llvm-commits] CVS: llvm/docs/index.html
John Criswell
criswell at cs.uiuc.edu
Mon Aug 16 08:19:14 PDT 2004
Changes in directory llvm/docs:
index.html updated: 1.24 -> 1.25
---
Log message:
Merged in RELEASE_13. This fixes the Command Guide link when browsing the
files from a local filesystem.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.24 llvm/docs/index.html:1.25
--- llvm/docs/index.html:1.24 Mon Aug 2 16:37:11 2004
+++ llvm/docs/index.html Mon Aug 16 10:19:02 2004
@@ -51,8 +51,8 @@
Everything from unpacking and compilation of the distribution to execution of
some tools.</li>
-<li><a href="CommandGuide/">LLVM Command Guide</a> - A reference manual for
-the LLVM command line utilities ("man" pages for LLVM tools).</li>
+<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
+manual for the LLVM command line utilities ("man" pages for LLVM tools).</li>
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
questions and problems and their solutions.</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/02 21:37:11 $
+ Last modified: $Date: 2004/08/16 15:19:02 $
</address>
More information about the llvm-commits
mailing list