summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2016-05-31 07:49:31 -0700
committerJon Parise <jon@pinterest.com>2016-05-31 07:49:31 -0700
commit7bbea17d23a09d04a727a7ca99fc9e3883d571f3 (patch)
treef1ca735e3c62f64ec7e1107923a950240a8c1392
parentb06c875b4db28ae64ae46126ce0711f9bcd1e9ce (diff)
parent16d912bb7ce281ec1371f6f2af0daf4dc927617f (diff)
downloadpymemcache-7bbea17d23a09d04a727a7ca99fc9e3883d571f3.tar.gz
Merge pull request #98 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 92ed6ca..44a3e31 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ pymemcache
:target: https://pypi.python.org/pypi/pymemcache
.. 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
A comprehensive, fast, pure-Python memcached client.
@@ -41,7 +41,7 @@ For development, clone from github and run the tests with:
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
===============================