diff options
author | John Criswell <criswell@uiuc.edu> | 2004-08-06 21:12:44 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-08-06 21:12:44 +0000 |
commit | 7f6d3e731704c8054959017bcc5d4871eeab319a (patch) | |
tree | 0e977690c2e092f469dc2e7e8b7b554c549a23dd | |
parent | fb63a35c3cd2ffbbbe227b283f85d85a4fa25282 (diff) | |
download | llvm-7f6d3e731704c8054959017bcc5d4871eeab319a.zip llvm-7f6d3e731704c8054959017bcc5d4871eeab319a.tar.gz llvm-7f6d3e731704c8054959017bcc5d4871eeab319a.tar.bz2 |
Fixed the link to the Command Guide. The previous revision only worked
if the browser is getting the file from a web server that autocompletes
the URL.
llvm-svn: 15559
-rw-r--r-- | llvm/docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index cf9ce8f..7f61fde 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.</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> |