diff options
author | ArtFlag <arthur.flageul@gmail.com> | 2018-12-23 12:26:30 +0100 |
---|---|---|
committer | ArtFlag <arthur.flageul@gmail.com> | 2018-12-23 12:26:30 +0100 |
commit | 17a15ef1450cb012d892fb398a0219f006cf812e (patch) | |
tree | 68c8bf0b5db8ce0660a7830542cb441f8bcd1e8d /doc/development/tutorials | |
parent | 35b62e21c912454d883e5c5d96c6c9283e59baf2 (diff) | |
download | sphinx-git-17a15ef1450cb012d892fb398a0219f006cf812e.tar.gz |
Fix build issues
Diffstat (limited to 'doc/development/tutorials')
-rw-r--r-- | doc/development/tutorials/helloworld.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst index 66da2244c..5ce8db66c 100644 --- a/doc/development/tutorials/helloworld.rst +++ b/doc/development/tutorials/helloworld.rst @@ -150,13 +150,13 @@ You can now use the extension. This is the very basic principle of an extension that creates a new directive. -For a more advanced example, refer to :ref:`exttuto-todo` +For a more advanced example, refer to :doc:`todo`. Further reading --------------- You can create your own nodes if needed, refer to the -:ref:`exttuto-todo` for more information. +:doc:`todo` for more information. .. _docutils: http://docutils.sourceforge.net/ .. _`docutils nodes`: http://docutils.sourceforge.net/docs/ref/doctree.html
\ No newline at end of file |