diff --git a/docs/conf.py b/docs/conf.py index 078cfd6b70c0..d27668cea964 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -284,7 +284,7 @@ # Refer to the Python standard library and the oauth2client and # httplib2 libraries. intersphinx_mapping = { - 'httplib2': ('http://bitworking.org/projects/httplib2/doc/html/', None), + 'httplib2': ('http://httplib2.readthedocs.io/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/2', None),