summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-12-12 20:02:09 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-12-12 20:02:14 -0500
commit332be65b5e6a99420dd9b2762fe3e5602538053d (patch)
treeb45aac8b2d91fcce9c9b2b93f051792672722eb9
parentada9c09aebbe6c37d545fca29ac8c0e690158e80 (diff)
downloadpostgresql-332be65b5e6a99420dd9b2762fe3e5602538053d.tar.gz
Doc: update external URLs for PostGIS project.
Paul Ramsey
-rw-r--r--doc/src/sgml/earthdistance.sgml2
-rw-r--r--doc/src/sgml/external-projects.sgml2
-rw-r--r--doc/src/sgml/release-8.4.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml
index ef869c5bc3..6dedc4a5f4 100644
--- a/doc/src/sgml/earthdistance.sgml
+++ b/doc/src/sgml/earthdistance.sgml
@@ -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>
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index cef89ee493..7d26477123 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -231,7 +231,7 @@
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
diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml
index 0baa7353f2..8b16c9e9d3 100644
--- a/doc/src/sgml/release-8.4.sgml
+++ b/doc/src/sgml/release-8.4.sgml
@@ -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>