diff options
author | igo95862 <igo95862@yandex.ru> | 2021-05-16 15:42:26 +0300 |
---|---|---|
committer | igo95862 <igo95862@yandex.ru> | 2021-05-16 15:53:49 +0300 |
commit | e67c9e5df1daf7904c2fc0a7983c45476f034bca (patch) | |
tree | 3458b0bced3a114f3b95ea720199ecccbbb8a90a /sphinx/application.py | |
parent | 28b947501991239c274acbc100982fb2813073e5 (diff) | |
download | sphinx-git-e67c9e5df1daf7904c2fc0a7983c45476f034bca.tar.gz |
doc: Upgrade docutils.sourceforge.io links to HTTPS
Also change any docutils.sourceforge.net link to io
top level domain.
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index 588a808f1..5319a3906 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -666,7 +666,7 @@ class Sphinx: add_directive('my-directive', MyDirective) For more details, see `the Docutils docs - <http://docutils.sourceforge.net/docs/howto/rst-directives.html>`__ . + <https://docutils.sourceforge.io/docs/howto/rst-directives.html>`__ . .. versionchanged:: 0.6 Docutils 0.5-style directive classes are now supported. @@ -691,7 +691,7 @@ class Sphinx: installed as the same name For more details about role functions, see `the Docutils docs - <http://docutils.sourceforge.net/docs/howto/rst-roles.html>`__ . + <https://docutils.sourceforge.io/docs/howto/rst-roles.html>`__ . .. versionchanged:: 1.8 Add *override* keyword. @@ -929,7 +929,7 @@ class Sphinx: refs: `Transform Priority Range Categories`__ - __ http://docutils.sourceforge.net/docs/ref/transforms.html#transform-priority-range-categories + __ https://docutils.sourceforge.io/docs/ref/transforms.html#transform-priority-range-categories """ # NOQA self.registry.add_transform(transform) |