diff xml/ru/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 ae1d55e33319
children
line wrap: on
line diff
--- a/xml/ru/docs/contributing_changes.xml	Wed Feb 14 20:06:29 2024 +0300
+++ b/xml/ru/docs/contributing_changes.xml	Wed Feb 14 20:07:38 2024 +0300
@@ -9,17 +9,17 @@
 <article name="Внесение изменений"
          link="/ru/docs/contributing_changes.html"
          lang="ru"
-         rev="4">
+         rev="5">
 
 <section id="getting_sources" name="Получение исходного кода">
 
 <para>
 Для хранения исходного кода используется
 <link url="https://www.mercurial-scm.org">Mercurial</link>.
-<link url="http://hg.nginx.org/nginx">Репозиторий</link> можно клонировать
+<link url="http://freenginx.org/hg/nginx">Репозиторий</link> можно клонировать
 следующей командой:
 <programlisting>
-hg clone http://hg.nginx.org/nginx
+hg clone http://freenginx.org/hg/nginx
 </programlisting>
 </para>
 
@@ -101,10 +101,10 @@
 <listitem>
 Проверка изменений при помощи специального набора тестов позволит убедиться,
 что они не вызывают регрессию.
-<link url="http://hg.nginx.org/nginx-tests">Репозиторий</link> с тестами
+<link url="http://freenginx.org/hg/nginx-tests">Репозиторий</link> с тестами
 можно клонировать следующей командой:
 <programlisting>
-hg clone http://hg.nginx.org/nginx-tests
+hg clone http://freenginx.org/hg/nginx-tests
 </programlisting>
 </listitem>