[postgis-commits] svn - r2961 - branches/1.3/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Sep 12 12:45:19 PDT 2008


Author: kneufeld
Date: 2008-09-12 12:45:19 -0700 (Fri, 12 Sep 2008)
New Revision: 2961

Modified:
   branches/1.3/doc/postgis.xml
Log:
fixed broken download url of source tarball in section 2.2.

Modified: branches/1.3/doc/postgis.xml
===================================================================
--- branches/1.3/doc/postgis.xml	2008-09-12 12:12:39 UTC (rev 2960)
+++ branches/1.3/doc/postgis.xml	2008-09-12 19:45:19 UTC (rev 2961)
@@ -258,7 +258,7 @@
 
         <listitem>
           <para>Retrieve the PostGIS source archive from <ulink
-          url="http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz</ulink>.
+          url="http://postgis.refractions.net/download/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">http://postgis.refractions.net/download/postgis-@@LAST_RELEASE_VERSION@@.tar.gz</ulink>.
           Uncompress and untar the archive.</para>
 
           <programlisting># gzip -d -c postgis-@@LAST_RELEASE_VERSION@@.tar.gz | tar xvf -</programlisting>



More information about the postgis-commits mailing list