summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2017-05-30 15:53:40 +0200
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2017-05-30 19:53:40 +0600
commita600ab87d9c32d23396f1171486541ce0b6d937d (patch)
treeada6a9a5965749fb0108803844d9381f353a0776 /docs
parentbc060c7f9c22e075f506f7796dde1ea626e2b47a (diff)
downloadkombu-a600ab87d9c32d23396f1171486541ce0b6d937d.tar.gz
Prefer https over http and updated links to new locations. (#745)
Diffstat (limited to 'docs')
-rw-r--r--docs/includes/introduction.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index efed1cf3..319a4f03 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -56,12 +56,12 @@ Features
For an introduction to AMQP you should read the article `Rabbits and warrens`_,
and the `Wikipedia article about AMQP`_.
-.. _`RabbitMQ`: http://www.rabbitmq.com/
-.. _`AMQP`: http://amqp.org
-.. _`py-amqp`: http://pypi.python.org/pypi/amqp/
-.. _`qpid-python`: http://pypi.python.org/pypi/qpid-python/
-.. _`Redis`: http://code.google.com/p/redis/
-.. _`Amazon SQS`: http://aws.amazon.com/sqs/
+.. _`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/
+.. _`Redis`: https://redis.io/
+.. _`Amazon SQS`: https://aws.amazon.com/sqs/
.. _`Zookeeper`: https://zookeeper.apache.org/
.. _`Rabbits and warrens`: http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
.. _`amqplib`: http://barryp.org/software/py-amqplib/