summaryrefslogtreecommitdiff
path: root/doc/extdev/parserapi.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/extdev/parserapi.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/extdev/parserapi.rst')
-rw-r--r--doc/extdev/parserapi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/parserapi.rst b/doc/extdev/parserapi.rst
index 0beb51711..1bd03fd09 100644
--- a/doc/extdev/parserapi.rst
+++ b/doc/extdev/parserapi.rst
@@ -8,7 +8,7 @@ Parser API
The Parser analyzes the input document and creates a node tree
representation.
-__ http://docutils.sourceforge.net/docs/dev/hacking.html#parsing-the-document
+__ https://docutils.sourceforge.io/docs/dev/hacking.html#parsing-the-document
In Sphinx, the parser modules works as same as docutils. The parsers are
registered to Sphinx by extensions using Application APIs;