diff options
| author | Kazuyoshi Kato <kato.kazuyoshi@gmail.com> | 2018-09-12 21:21:43 -0700 |
|---|---|---|
| committer | Kazuyoshi Kato <kato.kazuyoshi@gmail.com> | 2018-09-12 21:21:43 -0700 |
| commit | f656fe3b5df0cea8a1c93077a2208e56e8fdbe9f (patch) | |
| tree | 499a3adcb49c505123d6c491b1f3cfd90bf65527 | |
| parent | f2302daef3608c09e2b50193a64611b18ced86f3 (diff) | |
| download | rust-f656fe3b5df0cea8a1c93077a2208e56e8fdbe9f.tar.gz rust-f656fe3b5df0cea8a1c93077a2208e56e8fdbe9f.zip | |
COMPILER_TESTS.md has been moved
The document is now hosted at rust-lang-nursery.github.io.
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21b14d011f9..2e51a786f46 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -368,8 +368,7 @@ will run all the tests on every platform we support. If it all works out, [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 -[here](https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md). +it can be found [here][rctd]. ### External Dependencies [external-dependencies]: #external-dependencies @@ -654,5 +653,5 @@ are: [rustforge]: https://forge.rust-lang.org/ [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ -[rctd]: ./src/test/COMPILER_TESTS.md +[rctd]: https://rust-lang-nursery.github.io/rustc-guide/tests/intro.html [cheatsheet]: https://buildbot2.rust-lang.org/homu/ |
