From c329311b54abac65ea5b5185ee6217764968f260 Mon Sep 17 00:00:00 2001 From: Sam Cappleman-Lynes Date: Mon, 17 Jul 2017 11:57:26 +0100 Subject: [PATCH] Update merge queue link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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