changeset 857:a8ee5f396880

Fixed SVN checkout command in "Win32 build" howto.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 08 Mar 2013 23:51:59 +0400
parents df601292a70c
children 65e75e59a714
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Thu Mar 07 07:18:34 2013 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Fri Mar 08 23:51:59 2013 +0400
@@ -69,7 +69,7 @@
 <listitem>
 Check out nginx sources from the svn.nginx.org repository. For example:
 <programlisting>
-svn co svn://svn.nginx.org/tags/release-<development_version/>
+svn co svn://svn.nginx.org/nginx/tags/release-<development_version/>
 </programlisting>
 </listitem>