@@ -62,20 +62,20 @@ Features
62
62
For an introduction to AMQP you should read the article `Rabbits and warrens `_,
63
63
and the `Wikipedia article about AMQP `_.
64
64
65
- .. _`RabbitMQ` : http ://www.rabbitmq.com/
66
- .. _`AMQP` : http ://amqp.org
67
- .. _`py-amqp` : http ://pypi.python.org/pypi/amqp/
68
- .. _`qpid-python` : http ://pypi.python.org/pypi/qpid-python/
69
- .. _`Redis` : http ://code.google.com/p/ redis/
70
- .. _`Amazon SQS` : http ://aws.amazon.com/sqs/
65
+ .. _`RabbitMQ` : https ://www.rabbitmq.com/
66
+ .. _`AMQP` : https ://amqp.org
67
+ .. _`py-amqp` : https ://pypi.python.org/pypi/amqp/
68
+ .. _`qpid-python` : https ://pypi.python.org/pypi/qpid-python/
69
+ .. _`Redis` : https ://redis.io
70
+ .. _`Amazon SQS` : https ://aws.amazon.com/sqs/
71
71
.. _`Zookeeper` : https://zookeeper.apache.org/
72
72
.. _`Rabbits and warrens` : http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
73
- .. _`amqplib` : http ://barryp.org/software/py-amqplib/
74
- .. _`Wikipedia article about AMQP` : http ://en.wikipedia.org/wiki/AMQP
75
- .. _`carrot` : http ://pypi.python.org/pypi/carrot/
76
- .. _`librabbitmq` : http ://pypi.python.org/pypi/librabbitmq
77
- .. _`Pyro` : http ://pythonhosting.org/Pyro
78
- .. _`SoftLayer MQ` : http ://www .softlayer.com/services/additional/message-queue
73
+ .. _`amqplib` : https ://barryp.org/software/py-amqplib/
74
+ .. _`Wikipedia article about AMQP` : https ://en.wikipedia.org/wiki/AMQP
75
+ .. _`carrot` : https ://pypi.python.org/pypi/carrot/
76
+ .. _`librabbitmq` : https ://pypi.python.org/pypi/librabbitmq
77
+ .. _`Pyro` : https ://pythonhosting.org/Pyro4
78
+ .. _`SoftLayer MQ` : https ://sldn .softlayer.com/reference/messagequeueapi
79
79
80
80
.. _transport-comparison :
81
81
@@ -310,18 +310,18 @@ Mailing list
310
310
311
311
Join the `carrot-users `_ mailing list.
312
312
313
- .. _`carrot-users` : http ://groups.google.com/group/carrot-users/
313
+ .. _`carrot-users` : https ://groups.google.com/group/carrot-users/
314
314
315
315
Bug tracker
316
316
===========
317
317
318
318
If you have any suggestions, bug reports or annoyances please report them
319
- to our issue tracker at http ://github.com/celery/kombu/issues/
319
+ to our issue tracker at https ://github.com/celery/kombu/issues/
320
320
321
321
Contributing
322
322
============
323
323
324
- Development of `Kombu ` happens at Github: http ://github.com/celery/kombu
324
+ Development of `Kombu ` happens at Github: https ://github.com/celery/kombu
325
325
326
326
You are highly encouraged to participate in the development. If you don't
327
327
like Github (for some reason) you're welcome to send regular patches.
@@ -346,14 +346,14 @@ file in the top distribution directory for the full license text.
346
346
347
347
.. |wheel | image :: https://img.shields.io/pypi/wheel/kombu.svg
348
348
:alt: Kombu can be installed via wheel
349
- :target: http ://pypi.python.org/pypi/kombu/
349
+ :target: https ://pypi.python.org/pypi/kombu/
350
350
351
351
.. |pyversion | image :: https://img.shields.io/pypi/pyversions/kombu.svg
352
352
:alt: Supported Python versions.
353
- :target: http ://pypi.python.org/pypi/kombu/
353
+ :target: https ://pypi.python.org/pypi/kombu/
354
354
355
355
.. |pyimp | image :: https://img.shields.io/pypi/implementation/kombu.svg
356
356
:alt: Support Python implementations.
357
- :target: http ://pypi.python.org/pypi/kombu/
357
+ :target: https ://pypi.python.org/pypi/kombu/
358
358
--
359
359
0 commit comments