From 21369340f7c0d81a4473f552a1bf700c53224b5b Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Fri, 2 Oct 2015 21:50:59 -0400
Subject: [PATCH] doc: Update URLs of external projects

---
 doc/src/sgml/external-projects.sgml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 324abafbc71..bb0ae47be7d 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -86,7 +86,7 @@
       <entry>Npgsql</entry>
       <entry>.NET</entry>
       <entry>.NET data provider</entry>
-      <entry><ulink url="http://npgsql.projects.postgresql.org/">http://npgsql.projects.postgresql.org/</ulink></entry>
+      <entry><ulink url="http://www.npgsql.org/">http://www.npgsql.org/</ulink></entry>
      </row>
 
      <row>
@@ -100,7 +100,7 @@
       <entry>psqlODBC</entry>
       <entry>ODBC</entry>
       <entry>ODBC driver</entry>
-      <entry><ulink url="http://psqlodbc.projects.postgresql.org/">http://psqlodbc.projects.postgresql.org/</ulink></entry>
+      <entry><ulink url="https://odbc.postgresql.org/">https://odbc.postgresql.org/</ulink></entry>
      </row>
 
      <row>
@@ -172,7 +172,7 @@
      <row>
       <entry>PL/Java</entry>
       <entry>Java</entry>
-      <entry><ulink url="http://pljava.projects.postgresql.org/">http://pljava.projects.postgresql.org/</ulink></entry>
+      <entry><ulink url="https://github.com/tada/pljava">https://github.com/tada/pljava</ulink></entry>
      </row>
 
      <row>
@@ -208,7 +208,7 @@
      <row>
       <entry>PL/sh</entry>
       <entry>Unix shell</entry>
-      <entry><ulink url="http://plsh.projects.postgresql.org/">http://plsh.projects.postgresql.org/</ulink></entry>
+      <entry><ulink url="https://github.com/petere/plsh">https://github.com/petere/plsh</ulink></entry>
      </row>
     </tbody>
    </tgroup>
-- 
GitLab