Replace links to `buildbot2.r-l.o` with `bors.r-l.o`

This commit is contained in:
Yuki Okushi 2020-10-22 04:26:40 +09:00 committed by Joshua Nelson
parent ee849ff66e
commit a6279510e2
4 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ offer r+ privileges. This means that you have the right to instruct
merge a PR merge a PR
([here are some instructions for how to talk to bors][homu-guide]). ([here are some instructions for how to talk to bors][homu-guide]).
[homu-guide]: https://buildbot2.rust-lang.org/homu/ [homu-guide]: https://bors.rust-lang.org/
The guidelines for reviewers are as follows: The guidelines for reviewers are as follows:

View File

@ -128,7 +128,7 @@ with one another are marked as "always roll up".
[rust-highfive]: https://github.com/rust-highfive [rust-highfive]: https://github.com/rust-highfive
[steveklabnik]: https://github.com/steveklabnik [steveklabnik]: https://github.com/steveklabnik
[@bors]: https://github.com/bors [@bors]: https://github.com/bors
[merge-queue]: https://buildbot2.rust-lang.org/homu/queue/rust [merge-queue]: https://bors.rust-lang.org/queue/rust
### Opening a PR ### Opening a PR
@ -540,4 +540,4 @@ are:
[tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
[ro]: https://www.rustaceans.org/ [ro]: https://www.rustaceans.org/
[rctd]: https://rustc-dev-guide.rust-lang.org/tests/intro.html [rctd]: https://rustc-dev-guide.rust-lang.org/tests/intro.html
[cheatsheet]: https://buildbot2.rust-lang.org/homu/ [cheatsheet]: https://bors.rust-lang.org/

View File

@ -408,7 +408,7 @@ a PR (there are few other commands, but they are less relevant here). This puts
the PR in [bors's queue][bors] to be tested and merged. Be patient; this can take a the PR in [bors's queue][bors] to be tested and merged. Be patient; this can take a
while and the queue can sometimes be long. PRs are never merged by hand. while and the queue can sometimes be long. PRs are never merged by hand.
[bors]: https://buildbot2.rust-lang.org/homu/queue/rust [bors]: https://bors.rust-lang.org/queue/rust
### Bug Fixes or "Normal" code changes ### Bug Fixes or "Normal" code changes

View File

@ -132,7 +132,7 @@ only a subset run the full suite of tests (see Rust's [platform tiers]).
[GitHub Actions]: https://github.com/rust-lang/rust/actions [GitHub Actions]: https://github.com/rust-lang/rust/actions
[rust-lang-ci]: https://github.com/rust-lang-ci/rust/actions [rust-lang-ci]: https://github.com/rust-lang-ci/rust/actions
[bors]: https://github.com/servo/homu [bors]: https://github.com/servo/homu
[queue]: https://buildbot2.rust-lang.org/homu/queue/rust [queue]: https://bors.rust-lang.org/queue/rust
[platform tiers]: https://forge.rust-lang.org/release/platform-support.html#rust-platform-support [platform tiers]: https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
## Testing with Docker images ## Testing with Docker images