Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KeepSafe/aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 2, 2016
2 parents 5b8ae7d + be9a084 commit 67c7bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ shoud be replaced by::
Documentation
-------------

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

Discussion list
---------------
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
intersphinx_mapping = {
'python': ('http://docs.python.org/3', None),
'multidict':
('http://multidict.readthedocs.org/en/stable/', None),
('https://multidict.readthedocs.io/en/stable/', None),
'aiohttpjinja2':
('http://aiohttp-jinja2.readthedocs.org/en/stable/', None),
('https://aiohttp-jinja2.readthedocs.io/en/stable/', None),
'aiohttpsession':
('http://aiohttp-session.readthedocs.org/en/stable/', None)}
('https://aiohttp-session.readthedocs.io/en/stable/', None)}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 67c7bbf

Please sign in to comment.