[llvm] r282718 - [docs] Fix a broken URL in 'HowToAddABuilder'

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 06:29:49 PDT 2016


Author: dylanmckay
Date: Thu Sep 29 08:29:49 2016
New Revision: 282718

URL: http://llvm.org/viewvc/llvm-project?rev=282718&view=rev
Log:
[docs] Fix a broken URL in 'HowToAddABuilder'

Modified:
    llvm/trunk/docs/HowToAddABuilder.rst

Modified: llvm/trunk/docs/HowToAddABuilder.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToAddABuilder.rst?rev=282718&r1=282717&r2=282718&view=diff
==============================================================================
--- llvm/trunk/docs/HowToAddABuilder.rst (original)
+++ llvm/trunk/docs/HowToAddABuilder.rst Thu Sep 29 08:29:49 2016
@@ -43,7 +43,7 @@ Here are the steps you can follow to do
 #. Create a buildslave in context of that buildslave account.  Point it to
    the **lab.llvm.org** port **9990** (see `Buildbot documentation,
    Creating a slave
-   <http://buildbot.net/buildbot/docs/current/full.html#creating-a-slave>`_
+   <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-slave>`_
    for more details) by running the following command:
 
     .. code-block:: bash




More information about the llvm-commits mailing list