comparison xml/en/docs/contributing_changes.xml @ 3054:0083dce686ec

Free nginx: repository links. Repositories are now under freenginx.org/hg/. Only essential repositories are preserved for now: in particular, dev examples are no longer provided, so the relevant section from the devguide was removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:07:38 +0300
parents ccc41545bf55
children 535317a031ff
comparison
equal deleted inserted replaced
3053:331fcfce1ada 3054:0083dce686ec
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="4"> 12 rev="5">
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="https://www.mercurial-scm.org">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://freenginx.org/hg/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://freenginx.org/hg/nginx
23 </programlisting> 23 </programlisting>
24 </para> 24 </para>
25 25
26 </section> 26 </section>
27 27
98 </listitem> 98 </listitem>
99 99
100 <listitem> 100 <listitem>
101 Passing your changes through the test suite is a good way to ensure 101 Passing your changes through the test suite is a good way to ensure
102 that they do not cause a regression. 102 that they do not cause a regression.
103 The <link url="http://hg.nginx.org/nginx-tests">repository</link> with 103 The <link url="http://freenginx.org/hg/nginx-tests">repository</link> with
104 tests can be cloned with the following command: 104 tests can be cloned with the following command:
105 <programlisting> 105 <programlisting>
106 hg clone http://hg.nginx.org/nginx-tests 106 hg clone http://freenginx.org/hg/nginx-tests
107 </programlisting> 107 </programlisting>
108 </listitem> 108 </listitem>
109 109
110 </list> 110 </list>
111 </para> 111 </para>