Add the integer value of the ConstantInt instead of the Constant* value.
[oota-llvm.git] / docs / development_process.rst
index 74324b98a60514d52c2e30d817664be25de395fa..ecd4c6a6167845b35a921951770340cc5ece0134 100644 (file)
@@ -9,6 +9,7 @@ Development Process Documentation
    MakefileGuide
    Projects
    LLVMBuild
+   HowToReleaseLLVM
 
 * :ref:`projects`
 
@@ -26,6 +27,6 @@ Development Process Documentation
 
   Describes how the LLVM makefiles work and how to use them.
 
-* `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
+* :doc:`HowToReleaseLLVM`
 
   This is a guide to preparing LLVM releases. Most developers can ignore it.