mirror of https://github.com/celery/kombu.git
Update links in documentation to either https or to new locations (#786)
This commit is contained in:
parent
220f3788b8
commit
584451e093
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue