Doc: update external URLs for PostGIS project.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 2015 01:02:09 +0000 (20:02 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 2015 01:02:30 +0000 (20:02 -0500)
Paul Ramsey

doc/src/sgml/earthdistance.sgml
doc/src/sgml/external-projects.sgml
doc/src/sgml/release-8.4.sgml

index f9002b235b83d8e2facd9164a66db46792f6e54a..5beec41303aae5a36fbfc2bf6f28ea6222f19221 100644 (file)
@@ -19,7 +19,7 @@
  <para>
   In this module, the Earth is assumed to be perfectly spherical.
   (If that's too inaccurate for you, you might want to look at the
-  <application><ulink url="http://www.postgis.org/">PostGIS</ulink></>
+  <application><ulink url="http://postgis.net/">PostGIS</ulink></>
   project.)
  </para>
 
index bb0ae47be7d35ad98c344d5bfbb1f8d20da47989..cfd28d140ca67a0663b7637a46e17db99bda252a 100644 (file)
    contains several extensions, which are described in
    <xref linkend="contrib">.  Other extensions are developed
    independently, like <application><ulink
-   url="http://www.postgis.org/">PostGIS</ulink></>.  Even
+   url="http://postgis.net/">PostGIS</ulink></>.  Even
    <productname>PostgreSQL</> replication solutions can be developed
    externally. For example, <application> <ulink
    url="http://www.slony.info">Slony-I</ulink></> is a popular
index 0baa7353f263041e557ee213de8338ffa84a1a79..8b16c9e9d3cc522bb1b3e618c6ea1f43b6041219 100644 (file)
@@ -6583,7 +6583,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
 
      <para>
       This is particularly useful for <ulink
-      url="http://postgis.refractions.net/">PostGIS</ulink>.
+      url="http://postgis.net/">PostGIS</ulink>.
      </para>
     </listitem>