aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/external-projects.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-07-18 22:43:45 +0900
committerMichael Paquier <michael@paquier.xyz>2020-07-18 22:43:45 +0900
commitab5ad0c71a0f4428d6ecb874b7eaa7a95fe4c17e (patch)
tree75b5b782792ddcc76da8ac598ca5c697d0151e3e /doc/src/sgml/external-projects.sgml
parentaee67299306e717986f054d149f6cb2f1c447656 (diff)
downloadpostgresql-ab5ad0c71a0f4428d6ecb874b7eaa7a95fe4c17e.tar.gz
postgresql-ab5ad0c71a0f4428d6ecb874b7eaa7a95fe4c17e.zip
doc: Refresh more URLs in the docs
This updates some URLs that are redirections, mostly to an equivalent using https. One URL referring to generalized partial indexes was outdated. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20200717.121308.1369606287593685396.horikyota.ntt@gmail.com Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/external-projects.sgml')
-rw-r--r--doc/src/sgml/external-projects.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index f94e450ef9e..fd63e296356 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -79,7 +79,7 @@
<entry>libpqxx</entry>
<entry>C++</entry>
<entry>C++ interface</entry>
- <entry><ulink url="http://pqxx.org/"></ulink></entry>
+ <entry><ulink url="https://pqxx.org/"></ulink></entry>
</row>
<row>
@@ -93,7 +93,7 @@
<entry>Npgsql</entry>
<entry>.NET</entry>
<entry>.NET data provider</entry>
- <entry><ulink url="http://www.npgsql.org/"></ulink></entry>
+ <entry><ulink url="https://www.npgsql.org/"></ulink></entry>
</row>
<row>
@@ -128,7 +128,7 @@
<entry>psycopg</entry>
<entry>Python</entry>
<entry>DB API 2.0-compliant</entry>
- <entry><ulink url="http://initd.org/psycopg/"></ulink></entry>
+ <entry><ulink url="https://www.psycopg.org/"></ulink></entry>
</row>
</tbody>
</tgroup>
@@ -240,10 +240,10 @@
contains several extensions, which are described in
<xref linkend="contrib"/>. Other extensions are developed
independently, like <application><ulink
- url="http://postgis.net/">PostGIS</ulink></application>. Even
+ url="https://postgis.net/">PostGIS</ulink></application>. Even
<productname>PostgreSQL</productname> replication solutions can be developed
externally. For example, <application> <ulink
- url="http://www.slony.info">Slony-I</ulink></application> is a popular
+ url="https://www.slony.info">Slony-I</ulink></application> is a popular
master/standby replication solution that is developed independently
from the core project.
</para>