diff 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
line wrap: on
line diff
--- a/xml/en/docs/contributing_changes.xml	Wed Feb 14 20:06:29 2024 +0300
+++ b/xml/en/docs/contributing_changes.xml	Wed Feb 14 20:07:38 2024 +0300
@@ -9,17 +9,17 @@
 <article name="Contributing Changes"
          link="/en/docs/contributing_changes.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section id="getting_sources" name="Getting Sources">
 
 <para>
 <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
+The <link url="http://freenginx.org/hg/nginx">repository</link> can be cloned
 with the following command:
 <programlisting>
-hg clone http://hg.nginx.org/nginx
+hg clone http://freenginx.org/hg/nginx
 </programlisting>
 </para>
 
@@ -100,10 +100,10 @@
 <listitem>
 Passing your changes through the test suite is a good way to ensure
 that they do not cause a regression.
-The <link url="http://hg.nginx.org/nginx-tests">repository</link> with
+The <link url="http://freenginx.org/hg/nginx-tests">repository</link> with
 tests can be cloned with the following command:
 <programlisting>
-hg clone http://hg.nginx.org/nginx-tests
+hg clone http://freenginx.org/hg/nginx-tests
 </programlisting>
 </listitem>