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.
This commit is contained in:
Serhiy Storchaka 2022-09-27 14:08:11 +03:00 committed by GitHub
parent adbed2d542
commit dd53b79de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 101 additions and 101 deletions

View file

@ -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.