summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-05-30 10:20:20 -0700
committerBob Ippolito <bob@redivi.com>2016-05-30 10:20:20 -0700
commit4b1dab370f8a32aaa3f9140c38645093d3287b82 (patch)
treeb67ee0b4c8347c0bc8025193366347ec07b0ec95
parent23688e6d8b29fb1d1ea7ecf5d4d6e5c79402cf30 (diff)
parentc80be5d00fe278cef3d76b6d68b8918ed849c99b (diff)
downloadsimplejson-4b1dab370f8a32aaa3f9140c38645093d3287b82.tar.gz
Merge pull request #137 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--CHANGES.txt2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e657176..5c74447 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -318,7 +318,7 @@ Version 2.2.0 released 2011-09-04
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)
http://timelessrepo.com/json-isnt-a-javascript-subset
* Moved documentation from a git submodule to
- http://simplejson.readthedocs.org/
+ https://simplejson.readthedocs.io/
Version 2.1.6 released 2011-05-08
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