diff xml/en/docs/contributing_changes.xml @ 1775:a469e77d446f

Fixed links to Mercurial SCM site.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 07 Sep 2016 14:39:54 +0300
parents 47e98e05b8dc
children ccc41545bf55
line wrap: on
line diff
--- a/xml/en/docs/contributing_changes.xml	Tue Sep 06 18:34:40 2016 +0300
+++ b/xml/en/docs/contributing_changes.xml	Wed Sep 07 14:39:54 2016 +0300
@@ -9,12 +9,12 @@
 <article name="Contributing Changes"
          link="/en/docs/contributing_changes.html"
          lang="en"
-         rev="2">
+         rev="3">
 
 <section id="getting_sources" name="Getting Sources">
 
 <para>
-<link url="http://mercurial.selenic.com">Mercurial</link> is used
+<link url="https://www.mercurial-scm.org">Mercurial</link> is used
 to store source code.
 The <link url="http://hg.nginx.org/nginx">repository</link> can be cloned
 with the following command:
@@ -60,9 +60,9 @@
 
 <para>
 Commit the changes to create a Mercurial
-<link url="http://mercurial.selenic.com/wiki/ChangeSet">changeset</link>.
+<link url="https://www.mercurial-scm.org/wiki/ChangeSet">changeset</link>.
 Please ensure that the specified
-<link url="http://mercurial.selenic.com/wiki/QuickStart#Setting_a_username">e-mail</link>
+<link url="https://www.mercurial-scm.org/wiki/QuickStart#Setting_a_username">e-mail</link>
 address and real name of the change’s author are correct.
 </para>
 
@@ -141,7 +141,7 @@
 mailing list.
 The preferred and convenient method of submitting changesets
 is with the
-<link url="http://mercurial.selenic.com/wiki/PatchbombExtension">patchbomb</link>
+<link url="https://www.mercurial-scm.org/wiki/PatchbombExtension">patchbomb</link>
 extension.
 </para>