summaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2012-09-13 23:51:08 +0000
committerGalina Kistanova <gkistanova@gmail.com>2012-09-13 23:51:08 +0000
commite30ba2ebcfe36fe0853f8398f442b407ba0dc029 (patch)
tree551a419a2a3e5e368236d31e8e40d6c5a7251ccd /docs/userguides.rst
parentffaf69b8b118808ca35ab84d477fd2e4e54cce90 (diff)
downloadllvm-e30ba2ebcfe36fe0853f8398f442b407ba0dc029.tar.gz
llvm-e30ba2ebcfe36fe0853f8398f442b407ba0dc029.tar.bz2
llvm-e30ba2ebcfe36fe0853f8398f442b407ba0dc029.tar.xz
Patch by Sean Silva!
The patch converts the "How to add a builder" document over to reStructuredText.. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 26a5a8ccc2..fa6e3cfff2 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -13,6 +13,7 @@ User Guides
FAQ
Lexicon
Packaging
+ HowToAddABuilder
* `The LLVM Getting Started Guide <GettingStarted.html>`_
@@ -78,7 +79,7 @@ User Guides
Definition of acronyms, terms and concepts used in LLVM.
-* `How To Add Your Build Configuration To LLVM Buildbot Infrastructure <HowToAddABuilder.html>`_
+* :ref:`how_to_add_a_builder`
Instructions for adding new builder to LLVM buildbot master.