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/markupapi.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/markupapi.rst')
-rw-r--r-- | doc/extdev/markupapi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst index 7a21f8126..8fc884d7c 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -149,4 +149,4 @@ return ``node.children`` from the Directive. `Creating directives`_ HOWTO of the Docutils documentation -.. _Creating directives: http://docutils.sourceforge.net/docs/howto/rst-directives.html +.. _Creating directives: https://docutils.sourceforge.io/docs/howto/rst-directives.html |