about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-07-18 09:41:30 -0600
committerGitHub <noreply@github.com>2017-07-18 09:41:30 -0600
commit413ef50884e779c037a7d157dc03369eb469be95 (patch)
tree2c70e0e46d5533adbf35a39585efdc6a46b0aff1
parentb83285bd29ea5f7ec591b9dc49c672634b80513a (diff)
parentc329311b54abac65ea5b5185ee6217764968f260 (diff)
downloadrust-413ef50884e779c037a7d157dc03369eb469be95.tar.gz
rust-413ef50884e779c037a7d157dc03369eb469be95.zip
Rollup merge of #43282 - feadoor:patch-1, r=nikomatsakis
Update merge queue link in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 370cf6c0b43..04b6fea75a7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -289,7 +289,7 @@ been approved. The PR then enters the [merge queue][merge-queue], where @bors
 will run all the tests on every platform we support. If it all works out,
 @bors will merge your code into `master` and close the pull request.
 
-[merge-queue]: https://buildbot.rust-lang.org/homu/queue/rust
+[merge-queue]: https://buildbot2.rust-lang.org/homu/queue/rust
 
 Speaking of tests, Rust has a comprehensive test suite. More information about
 it can be found