diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-26 00:20:02 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-26 00:20:02 -0800 |
| commit | 413be829eba2eda321e5470912c548b75ef2c25e (patch) | |
| tree | 9f824f8c33b61b7245402c83b82f83b8ee39879b | |
| parent | 0cbea8dd0c5a3ecd59ced2bcb992f6b256c66ee3 (diff) | |
| parent | 6707b7d08ed97f86c3caeb20a32c65b414fc67d0 (diff) | |
Merge pull request #4646 from codeblack08/fix-contributing-links
Fix links in CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6528ffa134d..120d82edee6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,6 @@ Pull requests should be targeted at Rust's `incoming` branch (note that by defau Pull requests will be treated as "review requests", and we will give feedback we expect to see corrected on [style](https://github.com/mozilla/rust/wiki/Note-style-guide) and substance before pulling. Changes contributed via pull request should focus on a single issue at a time, like any other. We will not look kindly on pull-requests that try to "sneak" unrelated changes in. -Normally, all pull requests must include regression tests (see [[Note-testsuite]]) that test your change. Occasionally, a change will be very difficult to test for. In those cases, please include a note in your commit message explaining why. +Normally, all pull requests must include regression tests (see [Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite)) that test your change. Occasionally, a change will be very difficult to test for. In those cases, please include a note in your commit message explaining why. -For more details, please refer to [[Note-development-policy]]. \ No newline at end of file +For more details, please refer to [Note-development-policy](https://github.com/mozilla/rust/wiki/Note-development-policy). \ No newline at end of file |
