about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-06-16 16:07:34 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-16 18:16:36 -0700
commitf4ae8a83f9e56a7f16a5f0a25d22c74063e2fb5e (patch)
tree095cf0cff432afd4cb528875690191fabb10df1a /CONTRIBUTING.md
parente1971dd35a679ff8fc438f7ccb8d6754de472d6e (diff)
downloadrust-f4ae8a83f9e56a7f16a5f0a25d22c74063e2fb5e.tar.gz
rust-f4ae8a83f9e56a7f16a5f0a25d22c74063e2fb5e.zip
Update repo location
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f214dcacb7c..e85d3f013d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,13 +20,13 @@ please do two things:
 
 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
+[style](https://github.com/rust-lang/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 accept
 pull-requests that try to "sneak" unrelated changes in.
 
 Normally, all pull requests must include regression tests (see
-[Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite))
+[Note-testsuite](https://github.com/rust-lang/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.
@@ -41,4 +41,4 @@ example, if it's 2014, and you change a Rust file that was created in
 ```
 
 For more details, please refer to
-[Note-development-policy](https://github.com/mozilla/rust/wiki/Note-development-policy).
+[Note-development-policy](https://github.com/rust-lang/rust/wiki/Note-development-policy).