[PATCH] PostGIS Doc Urls

Started by Paul Ramseyabout 10 years ago2 messages
#1Paul Ramsey
pramsey@cleverelephant.ca
1 attachment(s)

The attached patch changes web references to PostGIS to point to the actual community site (postgis.net) which is active, rather than the historical site (postgis.org).

P.

-- 
Paul Ramsey
http://cleverelephant.ca
http://postgis.net

Attachments:

postgis_doc.patchapplication/octet-streamDownload
diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml
index ef869c5..6dedc4a 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 cef89ee..7d26477 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 0baa735..8b16c9e 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>
 
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Paul Ramsey (#1)
Re: [PATCH] PostGIS Doc Urls

Paul Ramsey <pramsey@cleverelephant.ca> writes:

The attached patch changes web references to PostGIS to point to the actual community site (postgis.net) which is active, rather than the historical site (postgis.org).

Pushed, thanks.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers