Skip to content

Commit

Permalink
Merge pull request #35 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs link for their .org -> .io migration for hosted projects
  • Loading branch information
asvetlov committed May 30, 2016
2 parents e3ff361 + 57abc8f commit ecbff57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiohttp_session

The library provides sessions for `aiohttp.web`__.

.. _aiohttp_web: http://aiohttp.readthedocs.org/en/latest/web.html
.. _aiohttp_web: https://aiohttp.readthedocs.io/en/latest/web.html

__ aiohttp_web_

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/3': None,
'http://aiohttp.readthedocs.org/en/stable': None,
'http://aioredis.readthedocs.org/en/latest': None,
'https://aiohttp.readthedocs.io/en/stable': None,
'https://aioredis.readthedocs.io/en/latest': None,
'http://cryptography.io/en/latest': None,
'https://pynacl.readthedocs.org/en/latest': None}
'https://pynacl.readthedocs.io/en/latest': None}
4 changes: 2 additions & 2 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

:term:`asyncio` compatible Redis client library

http://aioredis.readthedocs.org/
https://aioredis.readthedocs.io/

asyncio

Expand All @@ -35,7 +35,7 @@

Yet another libary used for encrypting secure cookied session

https://pynacl.readthedocs.org
https://pynacl.readthedocs.io

session

Expand Down

0 comments on commit ecbff57

Please sign in to comment.