summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-10 03:40:04 -0700
committerAsif Saifuddin Auvi <auvipy@gmail.com>2018-06-10 16:40:04 +0600
commitcb516bbf74643f3bc2ae6a725c670ba9606c1fb8 (patch)
tree59fe864a89118b92cb4754d806f525ef3fb157c2 /docs
parentc627c6d9d1f29ae0bcb03931d5f24001e60f72a9 (diff)
downloadkombu-cb516bbf74643f3bc2ae6a725c670ba9606c1fb8.tar.gz
Update all pypi.python.org URLs to pypi.org (#885)
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'docs')
-rw-r--r--docs/includes/introduction.txt10
-rw-r--r--docs/reference/kombu.serialization.rst4
-rw-r--r--docs/templates/readme.txt6
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index c0003b71..2cbee3c2 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,6 +1,6 @@
:Version: 4.2.1
:Web: http://kombu.me/
-:Download: http://pypi.python.org/pypi/kombu/
+:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/
:Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue
@@ -58,16 +58,16 @@ and the `Wikipedia article about AMQP`_.
.. _`RabbitMQ`: https://www.rabbitmq.com/
.. _`AMQP`: https://amqp.org
-.. _`py-amqp`: https://pypi.python.org/pypi/amqp/
-.. _`qpid-python`: https://pypi.python.org/pypi/qpid-python/
+.. _`py-amqp`: https://pypi.org/project/amqp/
+.. _`qpid-python`: https://pypi.org/project/qpid-python/
.. _`Redis`: https://redis.io/
.. _`Amazon SQS`: https://aws.amazon.com/sqs/
.. _`Zookeeper`: https://zookeeper.apache.org/
.. _`Rabbits and warrens`: http://web.archive.org/web/20160323134044/http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
.. _`amqplib`: http://barryp.org/software/py-amqplib/
.. _`Wikipedia article about AMQP`: http://en.wikipedia.org/wiki/AMQP
-.. _`carrot`: http://pypi.python.org/pypi/carrot/
-.. _`librabbitmq`: http://pypi.python.org/pypi/librabbitmq
+.. _`carrot`: https://pypi.org/project/carrot/
+.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: http://pythonhosted.org/Pyro4/
.. _`SoftLayer MQ`: http://www.softlayer.com/services/additional/message-queue
diff --git a/docs/reference/kombu.serialization.rst b/docs/reference/kombu.serialization.rst
index 9d58399e..5bfd40ff 100644
--- a/docs/reference/kombu.serialization.rst
+++ b/docs/reference/kombu.serialization.rst
@@ -43,9 +43,9 @@
.. autodata:: registry
-.. _`cjson`: https://pypi.python.org/pypi/python-cjson/
+.. _`cjson`: https://pypi.org/project/python-cjson/
.. _`simplejson`: https://github.com/simplejson/simplejson
.. _`Python 2.7+`: https://docs.python.org/library/json.html
.. _`PyYAML`: https://pyyaml.org/
.. _`msgpack`: https://msgpack.org/
-.. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/
+.. _`msgpack-python`: https://pypi.org/project/msgpack-python/
diff --git a/docs/templates/readme.txt b/docs/templates/readme.txt
index 75e48065..05b8edb0 100644
--- a/docs/templates/readme.txt
+++ b/docs/templates/readme.txt
@@ -23,13 +23,13 @@
.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
:alt: Kombu can be installed via wheel
- :target: http://pypi.python.org/pypi/kombu/
+ :target: https://pypi.org/project/kombu/
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/kombu.svg
:alt: Supported Python versions.
- :target: http://pypi.python.org/pypi/kombu/
+ :target: https://pypi.org/project/kombu/
.. |pyimp| image:: https://img.shields.io/pypi/implementation/kombu.svg
:alt: Support Python implementations.
- :target: http://pypi.python.org/pypi/kombu/
+ :target: https://pypi.org/project/kombu/
--