[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.

Backport of 958977f662 from master
This commit is contained in:
Jon Dufresne 2020-01-28 16:58:39 -08:00 committed by Mariusz Felisiak
parent d346f075d0
commit 21cc097403
7 changed files with 9 additions and 10 deletions

View file

@ -17,7 +17,7 @@ Alternately, you can `build from source`_. Consult the platform-specific
instructions if you are on :ref:`macos` or :ref:`windows`.
.. _PostGIS: https://postgis.net/
.. _psycopg2: http://initd.org/psycopg/
.. _psycopg2: https://www.psycopg.org/
.. _PostGIS requirements: https://postgis.net/docs/postgis_installation.html#install_requirements
.. _build from source: https://postgis.net/docs/postgis_installation.html#install_short_version

View file

@ -106,7 +106,7 @@ PostgreSQL notes
Django supports PostgreSQL 9.5 and higher. `psycopg2`_ 2.5.4 or higher is
required, though the latest release is recommended.
.. _psycopg2: http://initd.org/psycopg/
.. _psycopg2: https://www.psycopg.org/
PostgreSQL connection settings
-------------------------------