[postgis-commits] svn - r2963 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Sep 15 04:54:41 PDT 2008


Author: robe
Date: 2008-09-15 04:54:29 -0700 (Mon, 15 Sep 2008)
New Revision: 2963

Modified:
   trunk/doc/using_postgis.xml
Log:
Fix url link to proj to point to osgeo

Modified: trunk/doc/using_postgis.xml
===================================================================
--- trunk/doc/using_postgis.xml	2008-09-13 05:41:33 UTC (rev 2962)
+++ trunk/doc/using_postgis.xml	2008-09-15 11:54:29 UTC (rev 2963)
@@ -356,7 +356,7 @@
             <programlisting>+proj=utm +zone=10 +ellps=clrk66 +datum=NAD27 +units=m</programlisting>
 
             <para>For more information about, see the Proj4 web site at <ulink
-            url="http://www.remotesensing.org/proj">http://www.remotesensing.org/proj</ulink>.
+            url="http://proj.osgeo.org">http://proj.osgeo.org</ulink>.
             The <filename>spatial_ref_sys.sql</filename> file contains both
             <varname>SRTEXT</varname> and <varname>PROJ4TEXT</varname>
             definitions for all EPSG projections.</para>



More information about the postgis-commits mailing list