summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 18:48:31 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 18:48:31 +0100
commit656e608b48483b26513c28656dd2ad04e9c00d15 (patch)
tree4edf5771f710af56e64b2e52e55ca3b7fdf06df5
parent6acce57a7d9a3d365f621be1e9907a415d279238 (diff)
downloadpy-amqp-656e608b48483b26513c28656dd2ad04e9c00d15.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing 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.
-rw-r--r--README.rst4
-rw-r--r--docs/conf.py2
-rw-r--r--docs/includes/introduction.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index d9cef14..0a89e29 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@
|build-status| |coverage| |bitdeli|
:Version: 2.0.0rc2
-:Web: http://amqp.readthedocs.org/
+:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/
:Keywords: amqp, rabbitmq
@@ -21,7 +21,7 @@ This library should be API compatible with `librabbitmq`_.
.. _amqplib: http://pypi.python.org/pypi/amqplib
.. _Celery: http://celeryproject.org/
-.. _kombu: http://kombu.readthedocs.org/
+.. _kombu: https://kombu.readthedocs.io/
.. _librabbitmq: http://pypi.python.org/pypi/librabbitmq
Differences from `amqplib`_
diff --git a/docs/conf.py b/docs/conf.py
index 73f0e52..07b1a6d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -9,7 +9,7 @@ globals().update(conf.build_config(
description='Python Promises',
version_dev='2.0',
version_stable='1.4',
- canonical_url='http://amqp.readthedocs.org',
+ canonical_url='https://amqp.readthedocs.io',
webdomain='celeryproject.org',
github_project='celery/py-amqp',
author='Ask Solem & contributors',
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index a1dc5a6..1ef8ffe 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,5 +1,5 @@
:Version: 2.0.0
-:Web: http://amqp.readthedocs.org/
+:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/
:Keywords: amqp, rabbitmq
@@ -15,7 +15,7 @@ This library should be API compatible with `librabbitmq`_.
.. _amqplib: http://pypi.python.org/pypi/amqplib
.. _Celery: http://celeryproject.org/
-.. _kombu: http://kombu.readthedocs.org/
+.. _kombu: https://kombu.readthedocs.io/
.. _librabbitmq: http://pypi.python.org/pypi/librabbitmq
Differences from `amqplib`_