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
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -69,7 +69,7 @@ Start MSYS bash.
 <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>