Fix #6405: docs: wrong link

This commit is contained in:
Takeshi KOMIYA 2019-06-01 01:24:57 +09:00
parent a647dbb189
commit c74296fa50

View File

@ -77,7 +77,7 @@ create directives should extend this class.
.. seealso:: .. seealso::
`The docutils documentation on creating directives <docutils directives>`_ `The docutils documentation on creating directives <docutils directives_>`_
This class contains a ``run`` method. This method is a requirement and it is This class contains a ``run`` method. This method is a requirement and it is
part of every directive. It contains the main logic of the directive and it part of every directive. It contains the main logic of the directive and it
@ -87,7 +87,7 @@ nodes available: text, paragraph, reference, table, etc.
.. seealso:: .. seealso::
`The docutils documentation on nodes <docutils nodes>`_ `The docutils documentation on nodes <docutils nodes_>`_
The ``nodes.paragraph`` class creates a new paragraph node. A paragraph The ``nodes.paragraph`` class creates a new paragraph node. A paragraph
node typically contains some text that we can set during instantiation using node typically contains some text that we can set during instantiation using