[llvm] 386633a - [doc] Update a broken link in buildbot instructions

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 18:46:56 PDT 2021


Author: Philip Reames
Date: 2021-10-28T18:46:51-07:00
New Revision: 386633a04124af594d3633574e545099f01c39a3

URL: https://github.com/llvm/llvm-project/commit/386633a04124af594d3633574e545099f01c39a3
DIFF: https://github.com/llvm/llvm-project/commit/386633a04124af594d3633574e545099f01c39a3.diff

LOG: [doc] Update a broken link in buildbot instructions

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 9d9f13b558b2..4e8e84aed627 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -133,8 +133,8 @@ Here are the steps you can follow to do so:
    reconfigured.
 
 #. Check the status of your buildbot-worker on the `Waterfall Display
-   <http://lab.llvm.org:8011/#/waterfall>`_ to make sure it is connected, and
-   ``http://lab.llvm.org:8011/#/workers`` to see if administrator contact and
-   worker information are correct.
+   <http://lab.llvm.org/buildbot/#/waterfall>`_ to make sure it is connected,
+   and the `Workers Display <http://lab.llvm.org/buildbot/#/workers>`_ to see if
+   administrator contact and worker information are correct.
 
 #. Wait for the first build to succeed and enjoy.


        


More information about the llvm-commits mailing list