Skip to content

Commit

Permalink
Merge pull request #594 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
ask authored Jun 16, 2016
2 parents 93e12f9 + 6efefd8 commit ad45023
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ SQS: Now supports long polling (Issue #176).
as a pure-python replacement in environments where rabbitmq-c cannot
be compiled.

.. _`py-amqp`: http://amqp.readthedocs.org/
.. _`py-amqp`: https://amqp.readthedocs.io/

If you start using use py-amqp instead of amqplib you can enjoy many
advantages including:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Documentation

Kombu is using Sphinx, and the latest documentation can be found here:

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

Quick overview
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Documentation

Kombu is using Sphinx, and the latest documentation can be found here:

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

Quick overview
--------------
Expand Down
2 changes: 1 addition & 1 deletion kombu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
__homepage__ = 'http://kombu.readthedocs.org'
__homepage__ = 'https://kombu.readthedocs.io'
__docformat__ = 'restructuredtext en'

# -eof meta-
Expand Down
2 changes: 1 addition & 1 deletion kombu/transport/zookeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
**References**
- https://zookeeper.apache.org/doc/trunk/recipes.html#sc_recipes_Queues
- https://kazoo.readthedocs.org/en/latest/api/recipe/queue.html
- https://kazoo.readthedocs.io/en/latest/api/recipe/queue.html
**Limitations**
This queue does not offer reliable consumption. An entry is removed from
Expand Down

0 comments on commit ad45023

Please sign in to comment.