diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html index e3da6ac9b5..99aac4541b 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 |