diff options
Diffstat (limited to 'sphinx/transforms/i18n.py')
-rw-r--r-- | sphinx/transforms/i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py index 2a5d6f121..cc5851f0e 100644 --- a/sphinx/transforms/i18n.py +++ b/sphinx/transforms/i18n.py @@ -261,7 +261,7 @@ class Locale(SphinxTransform): # Structural Subelements phase1 # There is a possibility that only the title node is created. - # see: http://docutils.sourceforge.net/docs/ref/doctree.html#structural-subelements + # see: https://docutils.sourceforge.io/docs/ref/doctree.html#structural-subelements if isinstance(node, nodes.title): # This generates: <section ...><title>msgstr</title></section> msgstr = msgstr + '\n' + '=' * len(msgstr) * 2 |