From 90e88f4266e4d8c68dd5d6087f33691dc7384039 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Fri, 12 Sep 2008 19:45:19 +0000 Subject: [PATCH] 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 --- doc/postgis.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 2.49.0