From 23c656d050d03585c74d1d7f64e26e7d0856deec 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. llvm-svn: 15821 --- llvm/docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/index.html b/llvm/docs/index.html index cf9ce8f9d601..7f61fdef1b71 100644 --- a/llvm/docs/index.html +++ b/llvm/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.