diff --git a/docs/conf.py b/docs/conf.py index 6b2dcd872739..1eb955e13878 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -291,7 +291,7 @@ # httplib2 libraries. intersphinx_mapping = { 'httplib2': ('http://bitworking.org/projects/httplib2/doc/html/', None), - 'oauth2client': ('http://oauth2client.readthedocs.org/en/latest/', None), + 'oauth2client': ('http://oauth2client.readthedocs.io/en/latest', None), 'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None), - 'python': ('https://docs.python.org/', None), + 'python': ('https://docs.python.org/2', None), }