From e67c9e5df1daf7904c2fc0a7983c45476f034bca Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 16 May 2021 15:42:26 +0300 Subject: doc: Upgrade docutils.sourceforge.io links to HTTPS Also change any docutils.sourceforge.net link to io top level domain. --- doc/development/tutorials/helloworld.rst | 6 +++--- doc/development/tutorials/recipe.rst | 2 +- doc/development/tutorials/todo.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/development/tutorials') 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 diff --git a/doc/development/tutorials/recipe.rst b/doc/development/tutorials/recipe.rst index 404be542f..0e96a45cb 100644 --- a/doc/development/tutorials/recipe.rst +++ b/doc/development/tutorials/recipe.rst @@ -223,4 +223,4 @@ Further reading For more information, refer to the `docutils`_ documentation and :doc:`/extdev/index`. -.. _docutils: http://docutils.sourceforge.net/docs/ +.. _docutils: https://docutils.sourceforge.io/docs/ 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 - `__ and :ref:`Sphinx + `__ and :ref:`Sphinx `. .. 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 -- cgit v1.2.1