summaryrefslogtreecommitdiff
path: root/doc/development/tutorials
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-01 01:24:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-01 01:24:57 +0900
commitc74296fa50cb971a97cb8b065788ecfb33500299 (patch)
treef91e251136b8d80792258a402a086f7bab5e179f /doc/development/tutorials
parenta647dbb189c1741e8b2910e781f060773c5df66b (diff)
downloadsphinx-git-c74296fa50cb971a97cb8b065788ecfb33500299.tar.gz
Fix #6405: docs: wrong link
Diffstat (limited to 'doc/development/tutorials')
-rw-r--r--doc/development/tutorials/helloworld.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst
index a042f7b05..6eae5d6a3 100644
--- a/doc/development/tutorials/helloworld.rst
+++ b/doc/development/tutorials/helloworld.rst
@@ -77,7 +77,7 @@ create directives should extend this class.
.. 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
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::
- `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
node typically contains some text that we can set during instantiation using