diff --git a/docs/conf.py b/docs/conf.py index 9877cc4..1513de0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,5 +52,5 @@ html_context = dict( hy_descriptive_version = hy_descriptive_version) intersphinx_mapping = dict( - py2 = ('https://docs.python.org/2', None), - py = ('https://docs.python.org/3', None)) + py2 = ('https://docs.python.org/2/', None), + py = ('https://docs.python.org/3/', None))