summaryrefslogtreecommitdiff
path: root/doc/development/tutorials/helloworld.rst
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-05-16 15:42:26 +0300
committerigo95862 <igo95862@yandex.ru>2021-05-16 15:53:49 +0300
commite67c9e5df1daf7904c2fc0a7983c45476f034bca (patch)
tree3458b0bced3a114f3b95ea720199ecccbbb8a90a /doc/development/tutorials/helloworld.rst
parent28b947501991239c274acbc100982fb2813073e5 (diff)
downloadsphinx-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 'doc/development/tutorials/helloworld.rst')
-rw-r--r--doc/development/tutorials/helloworld.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst
index 6eae5d6a3..2273330f1 100644
--- a/doc/development/tutorials/helloworld.rst
+++ b/doc/development/tutorials/helloworld.rst
@@ -181,9 +181,9 @@ This is the very basic principle of an extension that creates a new directive.
For a more advanced example, refer to :doc:`todo`.
-.. _docutils: http://docutils.sourceforge.net/
-.. _docutils directives: http://docutils.sourceforge.net/docs/howto/rst-directives.html
-.. _docutils nodes: http://docutils.sourceforge.net/docs/ref/doctree.html
+.. _docutils: https://docutils.sourceforge.io/
+.. _docutils directives: https://docutils.sourceforge.io/docs/howto/rst-directives.html
+.. _docutils nodes: https://docutils.sourceforge.io/docs/ref/doctree.html
.. _PyPI: https://pypi.org/
.. _Python package: https://packaging.python.org/
.. _Python path: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH