From 44008a16b78b6aed18c574dece4c0b9839650a1e Mon Sep 17 00:00:00 2001
From: John Criswell <criswell@uiuc.edu>
Date: Fri, 24 Oct 2003 16:49:42 +0000
Subject: [PATCH] Fixed the name of the Command Guide index.

llvm-svn: 9471
---
 llvm/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/README.txt b/llvm/README.txt
index 430d41505751..af2973214d4c 100644
--- a/llvm/README.txt
+++ b/llvm/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
-- 
GitLab