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

Tanya Lattner tonic at nondot.org
Mon Feb 11 22:20:52 PST 2008



Changes in directory llvm-www/releases/2.2/docs:

index.html updated: 1.1 -> 1.2
---
Log message:

Fix broken links.


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

 index.html |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)


Index: llvm-www/releases/2.2/docs/index.html
diff -u llvm-www/releases/2.2/docs/index.html:1.1 llvm-www/releases/2.2/docs/index.html:1.2
--- llvm-www/releases/2.2/docs/index.html:1.1	Tue Feb 12 00:05:03 2008
+++ llvm-www/releases/2.2/docs/index.html	Tue Feb 12 00:20:21 2008
@@ -69,27 +69,27 @@
 <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
 policy towards developers and their contributions.</li>
 
-<li><a href="/docs/CommandGuide/index.html">LLVM Command Guide</a> - A reference
+<li><a href="/releases/2.2/docs/CommandGuide/index.html">LLVM Command Guide</a> - A reference
 manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
 Current tools:
- <a href="/cmds/llvm-ar.html">llvm-ar</a>,
- <a href="/cmds/llvm-as.html">llvm-as</a>,
- <a href="/cmds/llvm-dis.html">llvm-dis</a>,
- <a href="/cmds/llvm-extract.html">llvm-extract</a>,
- <a href="/cmds/llvm-ld.html">llvm-ld</a>,
- <a href="/cmds/llvm-link.html">llvm-link</a>,
- <a href="/cmds/llvm-nm.html">llvm-nm</a>,
- <a href="/cmds/llvm-prof.html">llvm-prof</a>,
- <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="/cmds/opt.html">opt</a>,
- <a href="/cmds/llc.html">llc</a>,
- <a href="/cmds/lli.html">lli</a>,
- <a href="/cmds/llvmc.html">llvmc</a>
- <a href="/cmds/llvmgcc.html">llvm-gcc</a>,
- <a href="/cmds/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/stkrc.html">stkrc</a>,
- <a href="/cmds/bugpoint.html">bugpoint</a>,
- <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-ar.html">llvm-ar</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-as.html">llvm-as</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-dis.html">llvm-dis</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-extract.html">llvm-extract</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-ld.html">llvm-ld</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-link.html">llvm-link</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-nm.html">llvm-nm</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-prof.html">llvm-prof</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-ranlib.html">llvm-ranlib</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/opt.html">opt</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llc.html">llc</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/lli.html">lli</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvmc.html">llvmc</a>
+ <a href="/releases/2.2/docs/CommandGuide/html/llvmgcc.html">llvm-gcc</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvmgxx.html">llvm-g++</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/stkrc.html">stkrc</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/bugpoint.html">bugpoint</a>,
+ <a href="/releases/2.2/docs/CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
 
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
@@ -270,7 +270,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2008/02/12 06:05:03 $
+  Last modified: $Date: 2008/02/12 06:20:21 $
 </address>
 </body></html>
 






More information about the llvm-commits mailing list