summaryrefslogtreecommitdiff
path: root/docs/development_process.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development_process.rst')
-rw-r--r--docs/development_process.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst
index 5cb7181c64..40eb24d4bf 100644
--- a/docs/development_process.rst
+++ b/docs/development_process.rst
@@ -6,8 +6,9 @@ Development Process Documentation
.. toctree::
:hidden:
- Projects
CodingStandards
+ MakefileGuide
+ Projects
\
@@ -29,7 +30,7 @@ Development Process Documentation
Describes the LLVMBuild organization and files used by LLVM to specify
component descriptions.
- * `LLVM Makefile Guide <MakefileGuide.html>`_
+ * :ref:`makefile_guide`
Describes how the LLVM makefiles work and how to use them.