summaryrefslogtreecommitdiff
path: root/docs/conf.py
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/conf.py
parentd346f075d06aeb501ddbc3f6a0870c78bea1a9e9 (diff)
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Backport of 958977f662d878c299b3599282f005c3469dbef9 from master
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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.