summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 12:43:45 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 12:43:45 +0100
commitc80be5d00fe278cef3d76b6d68b8918ed849c99b (patch)
treeb67ee0b4c8347c0bc8025193366347ec07b0ec95 /README.rst
parent23688e6d8b29fb1d1ea7ecf5d4d6e5c79402cf30 (diff)
downloadsimplejson-c80be5d00fe278cef3d76b6d68b8918ed849c99b.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project 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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 74c40f8..9d8bce0 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ and Python 3.3+. It is pure Python code with no dependencies,
but includes an optional C extension for a serious speed boost.
The latest documentation for simplejson can be read online here:
-http://simplejson.readthedocs.org/
+https://simplejson.readthedocs.io/
simplejson is the externally maintained development version of the
json library included with Python 2.6 and Python 3.0, but maintains