From 21cc09740343e89c951fa7fd9532a4eb62e1c8d7 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 28 Jan 2020 16:58:39 -0800 Subject: [3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location. Backport of 958977f662d878c299b3599282f005c3469dbef9 from master --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/databases.txt') 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 ------------------------------- -- cgit v1.3