We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90a2782 + c7f711d commit a1ae30bCopy full SHA for a1ae30b
docs/conf.py
@@ -291,7 +291,7 @@
291
# httplib2 libraries.
292
intersphinx_mapping = {
293
'httplib2': ('http://bitworking.org/projects/httplib2/doc/html/', None),
294
- 'oauth2client': ('http://oauth2client.readthedocs.org/en/latest/', None),
+ 'oauth2client': ('http://oauth2client.readthedocs.io/en/latest', None),
295
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
296
- 'python': ('https://docs.python.org/', None),
+ 'python': ('https://docs.python.org/2', None),
297
}
0 commit comments