summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-09-24 11:38:53 (GMT)
committerGitHub <noreply@github.com>2022-09-24 11:38:53 (GMT)
commitdb39050396a104c73d0da473a2f00a62f9dfdfaa (patch)
tree2dfe5638f680aa797f47bd73f40bada3c49e489e /Doc/howto
parentf00383ec9bb9452fd9d5f5003f123e68fc4a71d8 (diff)
downloadcpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.zip
cpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.tar.gz
cpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.tar.bz2
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index 4969d24..ca09aee 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -517,7 +517,7 @@ References
Some good alternative discussions of Python's Unicode support are:
-* `Processing Text Files in Python 3 <http://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html>`_, by Nick Coghlan.
+* `Processing Text Files in Python 3 <https://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html>`_, by Nick Coghlan.
* `Pragmatic Unicode <https://nedbatchelder.com/text/unipain.html>`_, a PyCon 2012 presentation by Ned Batchelder.
The :class:`str` type is described in the Python library reference at