1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Merged in RELEASE_13. This fixes the Command Guide link when browsing the

files from a local filesystem.

llvm-svn: 15821
This commit is contained in:
John Criswell 2004-08-16 15:19:02 +00:00
parent da75d830dc
commit b23486e1e4

View File

@ -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.</li>
<li><a href="CommandGuide/">LLVM Command Guide</a> - A reference manual for
the LLVM command line utilities ("man" pages for LLVM tools).</li>
<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
manual for the LLVM command line utilities ("man" pages for LLVM tools).</li>
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
questions and problems and their solutions.</li>