summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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