Skip to content

Commit

Permalink
Merge pull request #116 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
timofurrer committed Jun 15, 2016
2 parents 6cbe4a1 + d52c5e7 commit f864af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,5 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'redis': ('https://redis-py.readthedocs.org/en/latest/', None)
'redis': ('https://redis-py.readthedocs.io/en/latest/', None)
}

0 comments on commit f864af4

Please sign in to comment.