summaryrefslogtreecommitdiffstats
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-09-27 11:08:11 (GMT)
committerGitHub <noreply@github.com>2022-09-27 11:08:11 (GMT)
commitdd53b79de0ea98af6a11481217a961daef4e9774 (patch)
tree2cf023dbe74e517577a9ab758e6147d4a91ae095 /Doc/library/json.rst
parentadbed2d542a815b8175db965742211856b19b52f (diff)
downloadcpython-dd53b79de0ea98af6a11481217a961daef4e9774.zip
cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.gz
cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.bz2
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa.
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 de02be8..00f5851 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -125,7 +125,7 @@ See :ref:`json-commandline` for detailed documentation.
.. note::
- JSON is a subset of `YAML <http://yaml.org/>`_ 1.2. The JSON produced by
+ JSON is a subset of `YAML <https://yaml.org/>`_ 1.2. The JSON produced by
this module's default settings (in particular, the default *separators*
value) is also a subset of YAML 1.0 and 1.1. This module can thus also be
used as a YAML serializer.