about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSam Cappleman-Lynes <sam.capplemanlynes@gmail.com>2017-07-17 11:57:26 +0100
committerGitHub <noreply@github.com>2017-07-17 11:57:26 +0100
commitc329311b54abac65ea5b5185ee6217764968f260 (patch)
treea15a2b52b124c8db8aba3be4a5925e8922c1df09
parent88cf76a64e1f8d68ce366d0cea340564b26631a7 (diff)
downloadrust-c329311b54abac65ea5b5185ee6217764968f260.tar.gz
rust-c329311b54abac65ea5b5185ee6217764968f260.zip
Update merge queue link
-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