aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDave Hodder <dmh@dmh.org.uk>2015-04-30 18:26:33 +0100
committerDave Hodder <dmh@dmh.org.uk>2015-04-30 18:26:33 +0100
commitc8cb4f3419e422d44f3405810a56113de6cafe6a (patch)
tree1f9722a206b674f215658d4086fdbb0000b199f5 /CONTRIBUTING.md
parent3c159373fd08bfbafad6fb969ca0ded4da315c38 (diff)
downloadservo-c8cb4f3419e422d44f3405810a56113de6cafe6a.tar.gz
servo-c8cb4f3419e422d44f3405810a56113de6cafe6a.zip
Use canonical Servo GitHub URLs
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 3036586fe49..1608b118511 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ pull requests. Each pull request will be reviewed by a core contributor
given feedback for changes that would be required. All contributions should
follow this format, even those from core contributors.
-If you're looking for easy bugs, have a look at the [E-Easy issue tag](https://github.com/mozilla/servo/issues?labels=E-easy&page=1&state=open) on GitHub.
+If you're looking for easy bugs, have a look at the [E-Easy issue tag](https://github.com/servo/servo/labels/E-easy) on GitHub.
## Pull Request Checklist
@@ -29,9 +29,9 @@ If you're looking for easy bugs, have a look at the [E-Easy issue tag](https://g
- Add tests relevant to the fixed bug or new feature. For a DOM change this
will usually be a web platform test; for layout, a reftest. See our [testing
- guide](https://github.com/mozilla/servo/wiki/Testing) for more information.
+ guide](https://github.com/servo/servo/wiki/Testing) for more information.
-For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101).
+For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/servo/servo/wiki/Github-&-Critic-PR-handling-101).
## Conduct