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/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 886be3c3d2..e77d9e237d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -141,7 +141,7 @@ pygments_style = 'trac' intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None), - 'psycopg2': ('http://initd.org/psycopg/docs/', None), + 'psycopg2': ('https://www.psycopg.org/docs/', None), } # Python's docs don't change every week. -- cgit v1.3