From: John Criswell Date: Mon, 16 Aug 2004 15:19:02 +0000 (+0000) Subject: Merged in RELEASE_13. This fixes the Command Guide link when browsing the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6536563f471d54b0cf1144d969a0f675df907da;p=oota-llvm.git Merged in RELEASE_13. This fixes the Command Guide link when browsing the files from a local filesystem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index cf9ce8f9d60..7f61fdef1b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,8 +51,8 @@ Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution of some tools. -
  • LLVM Command Guide - A reference manual for -the LLVM command line utilities ("man" pages for LLVM tools).
  • +
  • LLVM Command Guide - A reference +manual for the LLVM command line utilities ("man" pages for LLVM tools).
  • Frequently Asked Questions - A list of common questions and problems and their solutions.