aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-05 23:43:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-05 23:43:44 +0000
commit944b7f28acf5cbffbabac4c3ccbef000ea4c307c (patch)
treef1a5e81ecc5ede9816ead9c5aeca47ac20d5a1be /docs/index.html
parent181b6c9cb5def44658d15848e34c5c45d973f065 (diff)
downloadexternal_llvm-944b7f28acf5cbffbabac4c3ccbef000ea4c307c.zip
external_llvm-944b7f28acf5cbffbabac4c3ccbef000ea4c307c.tar.gz
external_llvm-944b7f28acf5cbffbabac4c3ccbef000ea4c307c.tar.bz2
Update links to the command guide generated documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html
index e3da6ac..99aac45 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -67,27 +67,27 @@ those using Visual Studio on Windows.</li>
<li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
policy towards developers and their contributions.</li>
-<li><a href="/cmds/index.html">LLVM Command Guide</a> - A reference
+<li><a href="/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/html/llvm-ar.html">llvm-ar</a>,
- <a href="/cmds/html/llvm-as.html">llvm-as</a>,
- <a href="/cmds/html/llvm-dis.html">llvm-dis</a>,
- <a href="/cmds/html/llvm-extract.html">llvm-extract</a>,
- <a href="/cmds/html/llvm-ld.html">llvm-ld</a>,
- <a href="/cmds/html/llvm-link.html">llvm-link</a>,
- <a href="/cmds/html/llvm-nm.html">llvm-nm</a>,
- <a href="/cmds/html/llvm-prof.html">llvm-prof</a>,
- <a href="/cmds/html/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="/cmds/html/opt.html">opt</a>,
- <a href="/cmds/html/llc.html">llc</a>,
- <a href="/cmds/html/lli.html">lli</a>,
- <a href="/cmds/html/llvmc.html">llvmc</a>
- <a href="/cmds/html/llvmgcc.html">llvm-gcc</a>,
- <a href="/cmds/html/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/html/stkrc.html">stkrc</a>,
- <a href="/cmds/html/bugpoint.html">bugpoint</a>,
- <a href="/cmds/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <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>,
</li>
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common