Merge pull request #98 from adamchainz/readthedocs.io

Convert readthedocs link for their .org -> .io migration for hosted projects
This commit is contained in:
Jon Parise
2016-05-31 07:49:31 -07:00

View File

@@ -8,7 +8,7 @@ pymemcache
:target: https://pypi.python.org/pypi/pymemcache :target: https://pypi.python.org/pypi/pymemcache
.. image:: https://readthedocs.org/projects/pymemcache/badge/?version=master .. image:: https://readthedocs.org/projects/pymemcache/badge/?version=master
:target: http://pymemcache.readthedocs.org/en/latest/ :target: https://pymemcache.readthedocs.io/en/latest/
:alt: Master Documentation Status :alt: Master Documentation Status
A comprehensive, fast, pure-Python memcached client. A comprehensive, fast, pure-Python memcached client.
@@ -41,7 +41,7 @@ For development, clone from github and run the tests with:
Usage Usage
===== =====
See the documentation here: http://pymemcache.readthedocs.org/en/latest/ See the documentation here: https://pymemcache.readthedocs.io/en/latest/
Comparison with Other Libraries Comparison with Other Libraries
=============================== ===============================