]> granicus.if.org Git - postgis/commitdiff
fixed broken download url of source tarball in section 2.2.
authorKevin Neufeld <kneufeld.ca@gmail.com>
Fri, 12 Sep 2008 19:45:19 +0000 (19:45 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Fri, 12 Sep 2008 19:45:19 +0000 (19:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2961 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 66cf6e0f28aad22bf3aecdef748bb23c4b18ce02..037403acd8df6559be8441c7c5aefc00e6e4276d 100644 (file)
 
         <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>