diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-22 04:26:40 +0900 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-10-21 17:34:07 -0400 |
| commit | 8f77e5006119710e6e8b6de544002fcc7e14daea (patch) | |
| tree | 39a77a2f5cb83f69035fce7f14c53cf463585f80 /src/doc/rustc-dev-guide | |
| parent | 3867cc04d050312ff6178a66950820d8323806fc (diff) | |
Replace links to `buildbot2.r-l.o` with `bors.r-l.o`
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-team.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 4 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/getting-started.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/intro.md | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md index 33ff65af604..ebb8cbc1661 100644 --- a/src/doc/rustc-dev-guide/src/compiler-team.md +++ b/src/doc/rustc-dev-guide/src/compiler-team.md @@ -82,7 +82,7 @@ offer r+ privileges. This means that you have the right to instruct merge a PR ([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: diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 5dd80c93349..fb65a8eae04 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -128,7 +128,7 @@ with one another are marked as "always roll up". [rust-highfive]: https://github.com/rust-highfive [steveklabnik]: https://github.com/steveklabnik [@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 @@ -540,4 +540,4 @@ are: [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: https://www.rustaceans.org/ [rctd]: https://rustc-dev-guide.rust-lang.org/tests/intro.html -[cheatsheet]: https://buildbot2.rust-lang.org/homu/ +[cheatsheet]: https://bors.rust-lang.org/ diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md index c13d4f0447e..6ca7f1edabd 100644 --- a/src/doc/rustc-dev-guide/src/getting-started.md +++ b/src/doc/rustc-dev-guide/src/getting-started.md @@ -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 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 diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md index 3503e7ad10b..3be9219f614 100644 --- a/src/doc/rustc-dev-guide/src/tests/intro.md +++ b/src/doc/rustc-dev-guide/src/tests/intro.md @@ -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 [rust-lang-ci]: https://github.com/rust-lang-ci/rust/actions [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 ## Testing with Docker images |
