From e63d98eefc0659d7f3c87b7c21afeb45a58fecdb Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Tue, 26 Nov 2019 15:00:44 +0900 Subject: [PATCH] Fix a broken link in CONTRIBUTING.md [ci skip] `testsuite/support/mod.rs` is replaced at 9115b2c32. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44e74195251..fcf6f886acf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,8 +85,8 @@ working on. * [Commit as you go][githelp]. * Include tests that cover all non-trivial code. The existing tests in `test/` provide templates on how to test Cargo's behavior in a -sandbox-environment. The internal module `testsuite/support` provides a vast amount -of helpers to minimize boilerplate. See [`testsuite/support/mod.rs`] for an +sandbox-environment. The internal module `crates/cargo-test-support` provides a vast amount +of helpers to minimize boilerplate. See [`crates/cargo-test-support/src/lib.rs`] for an introduction to writing tests. * Make sure `cargo test` passes. If you do not have the cross-compilers installed locally, install them using the instructions returned by @@ -197,6 +197,6 @@ adding labels to triage issues: [I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated [Code of Conduct]: https://www.rust-lang.org/conduct.html [Discord]: https://discordapp.com/invite/rust-lang -[`testsuite/support/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs +[`crates/cargo-test-support/src/lib.rs`]: https://github.com/rust-lang/cargo/blob/master/crates/cargo-test-support/src/lib.rs [irlo]: https://internals.rust-lang.org/ [subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands