From a6536563f471d54b0cf1144d969a0f675df907da Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 16 Aug 2004 15:19:02 +0000 Subject: [PATCH] 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 --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
  • -- 2.34.1