summaryrefslogtreecommitdiff
path: root/doc/extdev/parserapi.rst
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-19 23:15:58 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-19 23:15:58 +0900
commit1514b037d477769dba476d7aa9bdfac64d2f6f6a (patch)
treec3e2bda2cadddfd943d9c1a104582f8d3b0b4f3a /doc/extdev/parserapi.rst
parent8350736c270c4809429f289b163200c4c8f69d87 (diff)
parentd2d2d7bde350fd5d8dc696cb0eb68e2bc05387ec (diff)
downloadsphinx-git-1514b037d477769dba476d7aa9bdfac64d2f6f6a.tar.gz
Merge branch '4.x'
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;