diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-11 04:10:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 04:10:59 (GMT) |
commit | 51796e5d2632e6ada81ca677b4153f4ccd490702 (patch) | |
tree | dcfc21d9d0713916f005f5c952a9ce629b01a878 /Doc/howto | |
parent | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (diff) | |
download | cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.zip cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.tar.gz cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.tar.bz2 |
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 51bd64b..4825b39 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -156,9 +156,9 @@ UTF-8 has several convenient properties: References ---------- -The `Unicode Consortium site <http://www.unicode.org>`_ has character charts, a +The `Unicode Consortium site <https://www.unicode.org>`_ has character charts, a glossary, and PDF versions of the Unicode specification. Be prepared for some -difficult reading. `A chronology <http://www.unicode.org/history/>`_ of the +difficult reading. `A chronology <https://www.unicode.org/history/>`_ of the origin and development of Unicode is also available on the site. On the Computerphile Youtube channel, Tom Scott briefly @@ -393,7 +393,7 @@ These are grouped into categories such as "Letter", "Number", "Punctuation", or from the above output, ``'Ll'`` means 'Letter, lowercase', ``'No'`` means "Number, other", ``'Mn'`` is "Mark, nonspacing", and ``'So'`` is "Symbol, other". See -`the General Category Values section of the Unicode Character Database documentation <http://www.unicode.org/reports/tr44/#General_Category_Values>`_ for a +`the General Category Values section of the Unicode Character Database documentation <https://www.unicode.org/reports/tr44/#General_Category_Values>`_ for a list of category codes. |