From: Kevin Neufeld Date: Fri, 12 Sep 2008 19:45:19 +0000 (+0000) Subject: fixed broken download url of source tarball in section 2.2. X-Git-Tag: 1.3.4rc1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90e88f4266e4d8c68dd5d6087f33691dc7384039;p=postgis fixed broken download url of source tarball in section 2.2. git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2961 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 66cf6e0f2..037403acd 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -258,7 +258,7 @@ Retrieve the PostGIS source archive from http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz. + url="http://postgis.refractions.net/download/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">http://postgis.refractions.net/download/postgis-@@LAST_RELEASE_VERSION@@.tar.gz. Uncompress and untar the archive. # gzip -d -c postgis-@@LAST_RELEASE_VERSION@@.tar.gz | tar xvf -