[llvm] 90babc8 - Fix URLs to the prod/staging buildbot master in the doc

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 23:18:32 PDT 2021


Author: Mehdi Amini
Date: 2021-09-28T06:18:26Z
New Revision: 90babc86c3feda7f9395b36ccfe72ca61bbc39e2

URL: https://github.com/llvm/llvm-project/commit/90babc86c3feda7f9395b36ccfe72ca61bbc39e2
DIFF: https://github.com/llvm/llvm-project/commit/90babc86c3feda7f9395b36ccfe72ca61bbc39e2.diff

LOG: Fix URLs to the prod/staging buildbot master in the doc

Differential Revision: https://reviews.llvm.org/D110565

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 608deb2c1ffd7..e1cd06b0d6e98 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -13,9 +13,9 @@ Buildmasters
 
 There are two buildmasters running.
 
-* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
+* The main buildmaster at `<https://lab.llvm.org/buildbot>`_. All builders attached
   to this machine will notify commit authors every time they break the build.
-* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
+* The staging buildbot at `<https://lab.llvm.org/staging>`_. All builders attached
   to this machine will be completely silent by default when the build is broken.
   Builders for experimental backends should generally be attached to this
   buildmaster.


        


More information about the llvm-commits mailing list