comparison 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
comparison
equal deleted inserted replaced
1774:e1e0c5b27515 1775:a469e77d446f
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="Contributing Changes" 9 <article name="Contributing Changes"
10 link="/en/docs/contributing_changes.html" 10 link="/en/docs/contributing_changes.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section id="getting_sources" name="Getting Sources"> 14 <section id="getting_sources" name="Getting Sources">
15 15
16 <para> 16 <para>
17 <link url="http://mercurial.selenic.com">Mercurial</link> is used 17 <link url="https://www.mercurial-scm.org">Mercurial</link> is used
18 to store source code. 18 to store source code.
19 The <link url="http://hg.nginx.org/nginx">repository</link> can be cloned 19 The <link url="http://hg.nginx.org/nginx">repository</link> can be cloned
20 with the following command: 20 with the following command:
21 <programlisting> 21 <programlisting>
22 hg clone http://hg.nginx.org/nginx 22 hg clone http://hg.nginx.org/nginx
58 code. 58 code.
59 </para> 59 </para>
60 60
61 <para> 61 <para>
62 Commit the changes to create a Mercurial 62 Commit the changes to create a Mercurial
63 <link url="http://mercurial.selenic.com/wiki/ChangeSet">changeset</link>. 63 <link url="https://www.mercurial-scm.org/wiki/ChangeSet">changeset</link>.
64 Please ensure that the specified 64 Please ensure that the specified
65 <link url="http://mercurial.selenic.com/wiki/QuickStart#Setting_a_username">e-mail</link> 65 <link url="https://www.mercurial-scm.org/wiki/QuickStart#Setting_a_username">e-mail</link>
66 address and real name of the change’s author are correct. 66 address and real name of the change’s author are correct.
67 </para> 67 </para>
68 68
69 <para> 69 <para>
70 The commit message should have a single-line synopsis followed by verbose 70 The commit message should have a single-line synopsis followed by verbose
139 The proposed changes should be sent to the 139 The proposed changes should be sent to the
140 <link doc="../support.xml" id="nginx_devel">nginx development</link> 140 <link doc="../support.xml" id="nginx_devel">nginx development</link>
141 mailing list. 141 mailing list.
142 The preferred and convenient method of submitting changesets 142 The preferred and convenient method of submitting changesets
143 is with the 143 is with the
144 <link url="http://mercurial.selenic.com/wiki/PatchbombExtension">patchbomb</link> 144 <link url="https://www.mercurial-scm.org/wiki/PatchbombExtension">patchbomb</link>
145 extension. 145 extension.
146 </para> 146 </para>
147 147
148 </section> 148 </section>
149 149