Skip to content

Commit 90babc8

Browse files
committed
Fix URLs to the prod/staging buildbot master in the doc
Differential Revision: https://reviews.llvm.org/D110565
1 parent e507711 commit 90babc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Buildmasters
1313

1414
There are two buildmasters running.
1515

16-
* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
16+
* The main buildmaster at `<https://lab.llvm.org/buildbot>`_. All builders attached
1717
to this machine will notify commit authors every time they break the build.
18-
* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
18+
* The staging buildbot at `<https://lab.llvm.org/staging>`_. All builders attached
1919
to this machine will be completely silent by default when the build is broken.
2020
Builders for experimental backends should generally be attached to this
2121
buildmaster.

0 commit comments

Comments
 (0)