summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-30 09:57:22 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-30 09:57:22 +0100
commit16d912bb7ce281ec1371f6f2af0daf4dc927617f (patch)
treef1ca735e3c62f64ec7e1107923a950240a8c1392 /README.rst
parentb06c875b4db28ae64ae46126ce0711f9bcd1e9ce (diff)
downloadpymemcache-16d912bb7ce281ec1371f6f2af0daf4dc927617f.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
Diffstat (limited to 'README.rst')
-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
===============================