diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-24 16:49:42 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-24 16:49:42 +0000 |
commit | 2c12118046f3906952b98244c20065f1cd0e2efa (patch) | |
tree | 4599183db411e79f0bdfdda4b841c1ae856d2ee6 | |
parent | c5aa83230f992218cf0c397e7281570deaab9680 (diff) |
Fixed the name of the Command Guide index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9471 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 430d415057..af2973214d 100644 --- a/README.txt +++ b/README.txt @@ -64,7 +64,7 @@ LLVM User Guides: llvm/docs/GettingStarted.html LLVM Command Guide: - llvm/docs/CommandGuide/CommandGuide.html + llvm/docs/CommandGuide/index.html LLVM Assembly Language: llvm/docs/LangRef.html |