Skip to content

Commit be9a084

Browse files
committed
Merge pull request #890 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
2 parents f215dd3 + 5b50765 commit be9a084

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ shoud be replaced by::
103103
Documentation
104104
-------------
105105

106-
http://aiohttp.readthedocs.org/
106+
https://aiohttp.readthedocs.io/
107107

108108
Discussion list
109109
---------------

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
intersphinx_mapping = {
7070
'python': ('http://docs.python.org/3', None),
7171
'multidict':
72-
('http://multidict.readthedocs.org/en/stable/', None),
72+
('https://multidict.readthedocs.io/en/stable/', None),
7373
'aiohttpjinja2':
74-
('http://aiohttp-jinja2.readthedocs.org/en/stable/', None),
74+
('https://aiohttp-jinja2.readthedocs.io/en/stable/', None),
7575
'aiohttpsession':
76-
('http://aiohttp-session.readthedocs.org/en/stable/', None)}
76+
('https://aiohttp-session.readthedocs.io/en/stable/', None)}
7777

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

0 commit comments

Comments
 (0)