README
branchstable
changeset 1603 6482497d859b
parent 1597 7876ed4fceb7
child 1605 f69d8c25eeb7
--- a/README	Thu Feb 04 11:17:09 2016 +0000
+++ b/README	Thu Feb 04 11:18:50 2016 +0000
@@ -28,17 +28,17 @@
 Contribute
 ==========
 
-Bugs are to be reported on the mercurial's bug tracker: http://bz.selenic.com/
+Bugs are to be reported on the mercurial's bug tracker: http://bz.mercurial-scm.com/
 Use the the "evolution" component.
 
 Please use the patchbomb extension to send email to mercurial devel. Please
 make sure to use the evolve-ext flag when doing so. You can use a command like
 this:
 
-    hg email --to mercurial-devel@selenic.com --flag evolve-ext --rev '<your patches>'
+    hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '<your patches>'
 
 See also
-http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions
+http://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions
 for guidelines on the patch description.
 
 Please don't forget to update and run the tests when you fix a bug or