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/extdev/index.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/extdev/index.rst')
-rw-r--r-- | doc/extdev/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst index d9c04f413..d210ee49b 100644 --- a/doc/extdev/index.rst +++ b/doc/extdev/index.rst @@ -112,7 +112,7 @@ in which a Sphinx project is built: this works in several phases. existing files are read, temporary nodes are created. There are nodes provided by docutils, which are documented `in the docutils - documentation <http://docutils.sourceforge.net/docs/ref/doctree.html>`__. + documentation <https://docutils.sourceforge.io/docs/ref/doctree.html>`__. Additional nodes are provided by Sphinx and :ref:`documented here <nodes>`. During reading, the build environment is updated with all meta- and cross |