From 584451e093491171c18ed8334c1bb50398db7ac6 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Sun, 20 Aug 2017 13:31:10 +0200 Subject: [PATCH] Update links in documentation to either https or to new locations (#786) --- README.rst | 2 +- docs/reference/kombu.serialization.rst | 12 ++++++------ docs/userguide/serialization.rst | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 505bbf85..11673310 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/reference/kombu.serialization.rst b/docs/reference/kombu.serialization.rst index 66ca178d..9d58399e 100644 --- a/docs/reference/kombu.serialization.rst +++ b/docs/reference/kombu.serialization.rst @@ -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/ diff --git a/docs/userguide/serialization.rst b/docs/userguide/serialization.rst index e63b743a..711bedd9 100644 --- a/docs/userguide/serialization.rst +++ b/docs/userguide/serialization.rst @@ -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.