diff options
| author | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2017-03-08 20:54:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-08 20:54:06 +0200 |
| commit | 5ad3f092166d9e500a2087e08c0de1f6ecedd71c (patch) | |
| tree | 4c096204d3d2f1b17082dc55f212ddea4c7f5f98 | |
| parent | 99aad021ce826b1e3ea83dea31f7014e00f56411 (diff) | |
| parent | b5533d2953941a7dab5677b3c34151fe5d6d0656 (diff) | |
Rollup merge of #40326 - crazymerlyn:fix-doc-link, r=alexcrichton
Update link to COMPILER_TESTS.md in CONTRIBUTING.md Link to compiler test documentation was broken after the file was moved by #40086. This updates the link to the new location of the file.
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e983cfd726..f921fb2c942 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -406,5 +406,5 @@ are: [rr]: https://doc.rust-lang.org/book/README.html [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ -[rctd]: ./COMPILER_TESTS.md +[rctd]: ./src/test/COMPILER_TESTS.md [cheatsheet]: https://buildbot.rust-lang.org/homu/ |
