summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:58 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:58 +0300
commit1acbf853c8be743c88141501ae879d63eb8ce209 (patch)
tree436fd38b15cda0f644ccae8d238096087c17f63d /Doc/library/json.rst
parenta5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff)
parent6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff)
downloadcpython-git-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index fc85cb6b73..c41b4a35c6 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -689,7 +689,7 @@ Command line options
.. rubric:: Footnotes
.. [#rfc-errata] As noted in `the errata for RFC 7159
- <http://www.rfc-editor.org/errata_search.php?rfc=7159>`_,
+ <https://www.rfc-editor.org/errata_search.php?rfc=7159>`_,
JSON permits literal U+2028 (LINE SEPARATOR) and
U+2029 (PARAGRAPH SEPARATOR) characters in strings, whereas JavaScript
(as of ECMAScript Edition 5.1) does not.