[Docs] Bug fix for reference to nonexistent document
authorDeForest Richards <d4m1887@gmail.com>
Fri, 13 Sep 2019 20:05:57 +0000 (20:05 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Fri, 13 Sep 2019 20:05:57 +0000 (20:05 +0000)
This commit fixes a bug in which the toctree contained a reference to a non-existent document.

llvm-svn: 371889

llvm/docs/index.rst

index 944ca8b..6b0d803 100644 (file)
@@ -58,9 +58,11 @@ Getting Started, How-tos, Developer Guides, and Tutorials.
 .. toctree::
    :hidden:
 
-   Programming Documentation
-   Subsystem Documentation
-   User Guides
+   UserGuides
+   ProgrammingDocumentation
+   SubsystemDocumentation
+   ReferenceDocumentation
+
 
 :doc:`UserGuides`
   For those new to the LLVM system.