From 6efefd8db19215821b55ca01983442cbac00d5f1 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sun, 29 May 2016 15:08:27 +0100 Subject: [PATCH] Convert readthedocs link for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. --- Changelog | 2 +- README.rst | 2 +- docs/includes/introduction.txt | 2 +- kombu/__init__.py | 2 +- kombu/transport/zookeeper.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 936dbcac..4aa6add1 100644 --- a/Changelog +++ b/Changelog @@ -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: diff --git a/README.rst b/README.rst index 9898c11f..630ff78d 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------- diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 3f39cb73..dba1a860 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -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 -------------- diff --git a/kombu/__init__.py b/kombu/__init__.py index 35e464f0..f1663b47 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -14,7 +14,7 @@ VERSION = version_info = version_info_t(4, 0, 0, 'a1', '') __version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION) __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org' -__homepage__ = 'http://kombu.readthedocs.org' +__homepage__ = 'https://kombu.readthedocs.io' __docformat__ = 'restructuredtext en' # -eof meta- diff --git a/kombu/transport/zookeeper.py b/kombu/transport/zookeeper.py index 9784a087..6cf5925e 100644 --- a/kombu/transport/zookeeper.py +++ b/kombu/transport/zookeeper.py @@ -18,7 +18,7 @@ This uses the built-in kazoo recipe for queues **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