Skip to content

Commit

Permalink
Move documentation to docs.aiohttp.org (aio-libs#2519)
Browse files Browse the repository at this point in the history
* Move documentation to docs.aiohttp.org

* Setup canonical URL
  • Loading branch information
asvetlov authored Nov 15, 2017
1 parent f27d9c8 commit 4be0ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Async http client/server framework
:alt: Latest PyPI package version

.. image:: https://readthedocs.org/projects/aiohttp/badge/?version=latest
:target: http://aiohttp.readthedocs.io/en/latest/
:target: http://docs.aiohttp.org/
:alt: Latest Read The Docs

.. image:: https://badges.gitter.im/Join%20Chat.svg
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _get_valid_log_format(self, source_format):
"Gunicorn's style options in form of `%(name)s` are not "
"supported for the log formatting. Please use aiohttp's "
"format specification to configure access log formatting: "
"http://aiohttp.readthedocs.io/en/stable/logging.html"
"http://docs.aiohttp.org/en/stable/logging.html"
"#format-specification"
)
else:
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
html_theme_options = {
'logo': 'aiohttp-icon-128x128.png',
'description': 'http client/server for asyncio',
'canonical_url': 'http://docs.aiohttp.org/en/stable/',
'github_user': 'aio-libs',
'github_repo': 'aiohttp',
'github_button': True,
Expand Down

0 comments on commit 4be0ecc

Please sign in to comment.