Fixed #31212 -- Updated psycopg links to HTTPS and new location.

This commit is contained in:
Jon Dufresne 2020-01-28 16:58:39 -08:00 committed by Mariusz Felisiak
parent 32166a9f7c
commit 958977f662
7 changed files with 9 additions and 10 deletions

View file

@ -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.