Update links in documentation to either https or to new locations (#786)

This commit is contained in:
Mads Jensen 2017-08-20 13:31:10 +02:00 committed by Omer Katz
parent 220f3788b8
commit 584451e093
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
:Version: 4.1.0
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Download: https://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/
:Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue

View File

@ -43,9 +43,9 @@
.. autodata:: registry
.. _`cjson`: http://pypi.python.org/pypi/python-cjson/
.. _`simplejson`: http://code.google.com/p/simplejson/
.. _`Python 2.6+`: http://docs.python.org/library/json.html
.. _`PyYAML`: http://pyyaml.org/
.. _`msgpack`: http://msgpack.sourceforge.net/
.. _`msgpack-python`: http://pypi.python.org/pypi/msgpack-python/
.. _`cjson`: https://pypi.python.org/pypi/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/

View File

@ -28,7 +28,7 @@ The accept argument can also include MIME-types.
.. _`JSON`: http://www.json.org/
.. _`YAML`: http://yaml.org/
.. _`msgpack`: http://msgpack.sourceforge.net/
.. _`msgpack`: https://msgpack.org/
Each option has its advantages and disadvantages.