Doc: update external URLs for PostGIS project.

Paul Ramsey
This commit is contained in:
Tom Lane 2015-12-12 20:02:09 -05:00
parent 19e7ca8938
commit 6d96cd077b
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<para> <para>
In this module, the Earth is assumed to be perfectly spherical. 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 (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.) project.)
</para> </para>

View File

@ -231,7 +231,7 @@
contains several extensions, which are described in contains several extensions, which are described in
<xref linkend="contrib">. Other extensions are developed <xref linkend="contrib">. Other extensions are developed
independently, like <application><ulink 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 <productname>PostgreSQL</> replication solutions can be developed
externally. For example, <application> <ulink externally. For example, <application> <ulink
url="http://www.slony.info">Slony-I</ulink></> is a popular url="http://www.slony.info">Slony-I</ulink></> is a popular

View File

@ -6583,7 +6583,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
<para> <para>
This is particularly useful for <ulink This is particularly useful for <ulink
url="http://postgis.refractions.net/">PostGIS</ulink>. url="http://postgis.net/">PostGIS</ulink>.
</para> </para>
</listitem> </listitem>