diff options
author | John Criswell <criswell@uiuc.edu> | 2004-08-16 15:19:02 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-08-16 15:19:02 +0000 |
commit | a6536563f471d54b0cf1144d969a0f675df907da (patch) | |
tree | 77f57192dded69497a90bb100abf6910c1aa8569 /docs/index.html | |
parent | 1ae4013a809ff09d82dc4acb4fabe531a15f65e4 (diff) | |
download | external_llvm-a6536563f471d54b0cf1144d969a0f675df907da.zip external_llvm-a6536563f471d54b0cf1144d969a0f675df907da.tar.gz external_llvm-a6536563f471d54b0cf1144d969a0f675df907da.tar.bz2 |
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
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index cf9ce8f..7f61fde 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.</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> |