summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-28 16:58:39 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-29 06:53:43 +0100
commit21cc09740343e89c951fa7fd9532a4eb62e1c8d7 (patch)
tree4490ed8676aade50c13dd02acd3ae877a2109318 /docs/ref/databases.txt
parentd346f075d06aeb501ddbc3f6a0870c78bea1a9e9 (diff)
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Backport of 958977f662d878c299b3599282f005c3469dbef9 from master
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index aee943bcfe..de1088dd39 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -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
-------------------------------