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 /doc/development/tutorials/todo.rst | |
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 'doc/development/tutorials/todo.rst')
-rw-r--r-- | doc/development/tutorials/todo.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/tutorials/todo.rst b/doc/development/tutorials/todo.rst index 21d9e74be..c0a5c0d87 100644 --- a/doc/development/tutorials/todo.rst +++ b/doc/development/tutorials/todo.rst @@ -105,7 +105,7 @@ is just a "general" node. Many extensions will not have to create their own node classes and work fine with the nodes already provided by `docutils - <http://docutils.sourceforge.net/docs/ref/doctree.html>`__ and :ref:`Sphinx + <https://docutils.sourceforge.io/docs/ref/doctree.html>`__ and :ref:`Sphinx <nodes>`. .. attention:: @@ -362,6 +362,6 @@ For more information, refer to the `docutils`_ documentation and :doc:`/extdev/index`. -.. _docutils: http://docutils.sourceforge.net/docs/ +.. _docutils: https://docutils.sourceforge.io/docs/ .. _Python path: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH -.. _docutils documentation: http://docutils.sourceforge.net/docs/ref/rst/directives.html +.. _docutils documentation: https://docutils.sourceforge.io/docs/ref/rst/directives.html |