diff --git a/llvm/docs/index.html b/llvm/docs/index.html
index 1b6694156fda..f42dbbbbc998 100644
--- a/llvm/docs/index.html
+++ b/llvm/docs/index.html
@@ -96,10 +96,13 @@ templates (directory organization, Makefiles, and test tree) allow the project
code to be located outside (or inside) the llvm/ tree, while using LLVM
header files and libraries.
+
LLVM Makefile Guide - Describes how the
+LLVM makefiles work and how to use them.
+
CommandLine library Reference Manual -
Provides information on using the command line parsing library.
-Recommended LLVM Coding standards -
+LLVM Coding standards -
Details the LLVM coding standards and provides useful information on writing
efficient C++ code.
@@ -110,9 +113,6 @@ done.
Extending LLVM - Look here to see how
to add instructions and intrinsics to LLVM.
-Coding Standards - Guidelines for
-hacking LLVM source.
-
Doxygen generated
documentation (
classes)