[llvm-commits] CVS: llvm-www/www-index.html

Vikram Adve vadve at cs.uiuc.edu
Sun Oct 26 07:54:00 PST 2003


Changes in directory llvm-www:

www-index.html updated: 1.78 -> 1.79

---
Log message:

I guess <pre> doesn't work inline!


---
Diffs of the changes:  (+2 -2)

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.78 llvm-www/www-index.html:1.79
--- llvm-www/www-index.html:1.78	Sun Oct 26 07:51:43 2003
+++ llvm-www/www-index.html	Sun Oct 26 07:52:59 2003
@@ -322,12 +322,12 @@
                     - A reference manual for the LLVM command line
                     utilities ("man" pages for LLVM tools). </li>
 
-                <li><a href="docs/ProjectGuide.html">LLVM Project Guide</a>
+                <li><a href="docs/Projects.html">LLVM Project Guide</a>
 		    - How-to guide and templates for new
 		      projects that <em>use</em> the LLVM infrastructure.
 		      The templates (directory organization, Makefiles,
 		      and test tree) allow the project code to be located
-		      outside (or inside) the <pre>llvm/</pre> tree,
+		      outside (or inside) the <tt>llvm/</tt> tree,
 		      while using LLVM header files and libraries. </li>
 
                 <li><a href="docs/HowToSubmitABug.html">How-To-Submit-A-Bug</a>:





More information about the llvm-commits mailing list