]> granicus.if.org Git - llvm/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371889 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.rst

index 944ca8bdfdba23323da499a35b0a9579cf9e34ff..6b0d803a86a18c231c6b4e0c0b5fb1916b0234b3 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.