diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
| commit | 35605d7eeed80fd02678f709e85cfe2341edca16 (patch) | |
| tree | 910eb91a045c6c98b9ec1ca195c9c9d37418c6d4 /docutils/tools/dev/unicode2rstsubs.py | |
| parent | b59783bd350f805751f03efb1793a1366929bfb8 (diff) | |
| download | docutils-35605d7eeed80fd02678f709e85cfe2341edca16.tar.gz | |
Update URLs in the docs.
Mostly http: -> https:, based on a patch by Adam Turner
Remove/update some dead links.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8959 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev/unicode2rstsubs.py')
| -rwxr-xr-x | docutils/tools/dev/unicode2rstsubs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/tools/dev/unicode2rstsubs.py b/docutils/tools/dev/unicode2rstsubs.py index 729d4ad67..5727a1cf0 100755 --- a/docutils/tools/dev/unicode2rstsubs.py +++ b/docutils/tools/dev/unicode2rstsubs.py @@ -16,7 +16,7 @@ wide-Unicode characters in the set. The input file, unicode.xml, is maintained as part of the MathML 2 Recommentation XML source, and is available from -<http://www.w3.org/2003/entities/xml/>. +<https://www.w3.org/2003/entities/xml/>. """ import sys @@ -67,7 +67,7 @@ class CharacterEntitySetExtractor(object): header = """\ .. This data file has been placed in the public domain. .. Derived from the Unicode character mappings available from - <http://www.w3.org/2003/entities/xml/>. + <https://www.w3.org/2003/entities/xml/>. Processed by unicode2rstsubs.py, part of Docutils: <https://docutils.sourceforge.io>. """ |
