]> granicus.if.org Git - postgresql/commitdiff
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:09 +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 ef869c5bc32d44221e44860b61f46ad9d7807c2c..6dedc4a5f49931bec95e430cbeeb6bf64b632b3c 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 cef89ee4933c0838ab18a4edd464da1b17dce983..7d26477123dacc880eaf6348b15f22123f0951da 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>