From 4d8ef9fc75bb38fc19b467e9c151de8af9851155 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 Jul 2007 06:31:51 +0000 Subject: [PATCH] Links for commands are now generated into /cmds/ URL. llvm-svn: 38435 --- docs/index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/index.html b/docs/index.html index 45273a65872..75451ad0c18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,27 +67,27 @@ those using Visual Studio on Windows.
  • Developer Policy - The LLVM project's policy towards developers and their contributions.
  • -
  • LLVM Command Guide - A reference +
  • LLVM Command Guide - A reference manual for the LLVM command line utilities ("man" pages for LLVM tools).
    Current tools: - llvm-ar, - llvm-as, - llvm-dis, - llvm-extract, - llvm-ld, - llvm-link, - llvm-nm, - llvm-prof, - llvm-ranlib, - opt, - llc, - lli, - llvmc - llvm-gcc, - llvm-g++, - stkrc, - bugpoint, - llvm-bcanalyzer, + llvm-ar, + llvm-as, + llvm-dis, + llvm-extract, + llvm-ld, + llvm-link, + llvm-nm, + llvm-prof, + llvm-ranlib, + opt, + llc, + lli, + llvmc + llvm-gcc, + llvm-g++, + stkrc, + bugpoint, + llvm-bcanalyzer,
  • Frequently Asked Questions - A list of common