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 | 50a87af99468248f94379cf2edc38354c413db8f (patch) | |
| tree | 53d2264723d607a96c3b4aa2645cc126b02a7343 /tools/dev/unicode2rstsubs.py | |
| parent | ae2d7e735fd188ab3be6e1d8a815a6173e0c3a41 (diff) | |
| download | docutils-50a87af99468248f94379cf2edc38354c413db8f.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/docutils@8959 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/dev/unicode2rstsubs.py')
| -rwxr-xr-x | tools/dev/unicode2rstsubs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dev/unicode2rstsubs.py b/tools/dev/unicode2rstsubs.py index 729d4ad67..5727a1cf0 100755 --- a/tools/dev/unicode2rstsubs.py +++ b/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>. """ |
