summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
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 'README.rst')
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 64114ae6..b3e8dddb 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@
:Version: 4.2.1
:Web: http://kombu.me/
-:Download: https://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
@@ -64,16 +64,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`: https://barryp.org/software/py-amqplib/
.. _`Wikipedia article about AMQP`: https://en.wikipedia.org/wiki/AMQP
-.. _`carrot`: https://pypi.python.org/pypi/carrot/
-.. _`librabbitmq`: https://pypi.python.org/pypi/librabbitmq
+.. _`carrot`: https://pypi.org/project/carrot/
+.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: https://pythonhosting.org/Pyro4
.. _`SoftLayer MQ`: https://sldn.softlayer.com/reference/messagequeueapi
@@ -346,14 +346,14 @@ file in the top distribution directory for the full license text.
.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
:alt: Kombu can be installed via wheel
- :target: https://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: https://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: https://pypi.python.org/pypi/kombu/
+ :target: https://pypi.org/project/kombu/
--