Skip to content

Commit c6ffefd

Browse files
committed
[Docs] Bug fix for reference to nonexistent document
This commit fixes a bug in which the toctree contained a reference to a non-existent document. llvm-svn: 371889
1 parent ed73d4a commit c6ffefd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

llvm/docs/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ Getting Started, How-tos, Developer Guides, and Tutorials.
5858
.. toctree::
5959
:hidden:
6060

61-
Programming Documentation
62-
Subsystem Documentation
63-
User Guides
61+
UserGuides
62+
ProgrammingDocumentation
63+
SubsystemDocumentation
64+
ReferenceDocumentation
65+
6466

6567
:doc:`UserGuides`
6668
For those new to the LLVM system.

0 commit comments

Comments
 (0)