Linking ReleaseProcess doc with the world
authorRenato Golin <renato.golin@linaro.org>
Tue, 28 May 2013 10:32:55 +0000 (10:32 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 28 May 2013 10:32:55 +0000 (10:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182763 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HowToReleaseLLVM.rst
docs/ReleaseProcess.rst
docs/index.rst

index 31877bd35ac895bf13750c59832f45e17a912db7..ec16db766c1e47b2f21a2347148bd22059c443d7 100644 (file)
@@ -14,6 +14,9 @@ including subprojects: e.g., ``clang`` and ``dragonegg`` --- to the public.  It
 is the Release Manager's responsibility to ensure that a high quality build of
 LLVM is released.
 
+If you're looking for the document on how to test the release candidates and
+create the vinary packages, please refer to the :doc:`ReleaseProcess` instead.
+
 .. _timeline:
 
 Release Timeline
index 174bc304f4ff68ba3276c73813d0d85b65397b67..a6827556ec1fe67fb46c8403811d64febafb7204 100644 (file)
@@ -11,7 +11,7 @@ Introduction
 
 This document contains information about testing the release candidates that will
 ultimately be the next LLVM release. For more information on how to manage the
-actual release, please refer to :doc:`HowToReleaseLLVM <HowToReleaseLLVM>`.
+actual release, please refer to :doc:`HowToReleaseLLVM`.
 
 Overview of the Release Process
 -------------------------------
index 6b182dac56072081ba9306706a446eeb0799e67c..be72195975c9d219d4edf64a06343ee659ca57ec 100644 (file)
@@ -335,6 +335,9 @@ Information about LLVM's development process.
 :doc:`HowToReleaseLLVM`
   This is a guide to preparing LLVM releases. Most developers can ignore it.
 
+:doc:`ReleaseProcess`
+  This is a validate a new release, during the release process. Most developers can ignore it.
+
 :doc:`Packaging`
    Advice on packaging LLVM into a distribution.