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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 2 14:35:14 PDT 2004



Changes in directory llvm-www:

www-index.html updated: 1.109 -> 1.110
Features.html updated: 1.11 -> 1.12

---
Log message:

Point to the docs dir


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

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.109 llvm-www/www-index.html:1.110
--- llvm-www/www-index.html:1.109	Mon Aug  2 15:33:38 2004
+++ llvm-www/www-index.html	Mon Aug  2 16:35:04 2004
@@ -78,7 +78,7 @@
 <div class="www_sectiontitle">Want to learn more?</div>
 
 <p>If you'd like to learn more about LLVM, please take a look at the extensive
-<a href="Documentation.html">documentation</a> for LLVM.  In particular, all of
+<a href="docs/">documentation</a> for LLVM.  In particular, all of
 the tools distributed with LLVM are described in the <a
 href="docs/CommandGuide/">LLVM Command Guide</a>.  If you're interested in what
 source-language features and optimizations we support, please check out the <a


Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.11 llvm-www/Features.html:1.12
--- llvm-www/Features.html:1.11	Mon Aug  2 15:32:55 2004
+++ llvm-www/Features.html	Mon Aug  2 16:35:04 2004
@@ -69,7 +69,7 @@
   as JIT or static compilers).  LLVM can also compile to C code, for
   portability.  Other native backends are in development.</li>
 
-  <li>LLVM has extensive <a href="Documentation.html">documentation</a> and has
+  <li>LLVM has extensive <a href="docs/">documentation</a> and has
   hosted many <a href="ProjectsWithLLVM/">projects</a> of various sorts.</li>
 
   <li>Many third-party users have claimed that LLVM is easy to work with and
@@ -115,7 +115,7 @@
 <div class="www_sectiontitle">Want to Know More?</div>
 
 <p>
-You can <a href="Documentation.html">browse the documentation online</a>,
+You can <a href="docs/">browse the documentation online</a>,
 try <a href="/demo/index.cgi">LLVM in your web browser</a>,  or
 <a href="/releases/index.html">download the source code.</a>
 </p>





More information about the llvm-commits mailing list