Skip to content

Commit a1ae30b

Browse files
authored
Merge pull request #2175 from dhermes/fix-intersphinx
Updating Intersphinx links.
2 parents 90a2782 + c7f711d commit a1ae30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
# httplib2 libraries.
292292
intersphinx_mapping = {
293293
'httplib2': ('http://bitworking.org/projects/httplib2/doc/html/', None),
294-
'oauth2client': ('http://oauth2client.readthedocs.org/en/latest/', None),
294+
'oauth2client': ('http://oauth2client.readthedocs.io/en/latest', None),
295295
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
296-
'python': ('https://docs.python.org/', None),
296+
'python': ('https://docs.python.org/2', None),
297297
}

0 commit comments

Comments
 (0)