summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index add923f899..27e43014ee 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -7,6 +7,7 @@ Programming Documentation
:hidden:
CodingStandards
+ CommandLine
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -18,7 +19,7 @@ Programming Documentation
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.
-* `CommandLine library Reference Manual <CommandLine.html>`_
+* :ref:`commandline`
Provides information on using the command line parsing library.