diff xml/en/docs/howto_build_on_win32.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 f55e18559df9
children
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Wed Feb 14 20:06:29 2024 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Wed Feb 14 20:07:38 2024 +0300
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="26">
+         rev="27">
 
 <section name="Prerequisites">
 
@@ -67,9 +67,10 @@
 </listitem>
 
 <listitem>
-Check out nginx sources from the hg.nginx.org repository. For example:
+Check out nginx sources from the freenginx.org/hg/nginx repository.
+For example:
 <programlisting>
-hg clone http://hg.nginx.org/nginx
+hg clone http://freenginx.org/hg/nginx
 </programlisting>
 </listitem>