summaryrefslogtreecommitdiff
path: root/sphinx/application.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/application.py')
-rw-r--r--sphinx/application.py6
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)