diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 23:15:58 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 23:15:58 +0900 |
commit | 1514b037d477769dba476d7aa9bdfac64d2f6f6a (patch) | |
tree | c3e2bda2cadddfd943d9c1a104582f8d3b0b4f3a /doc/development/tutorials/helloworld.rst | |
parent | 8350736c270c4809429f289b163200c4c8f69d87 (diff) | |
parent | d2d2d7bde350fd5d8dc696cb0eb68e2bc05387ec (diff) | |
download | sphinx-git-1514b037d477769dba476d7aa9bdfac64d2f6f6a.tar.gz |
Merge branch '4.x'
Diffstat (limited to 'doc/development/tutorials/helloworld.rst')
-rw-r--r-- | doc/development/tutorials/helloworld.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst index 6eae5d6a3..2273330f1 100644 --- a/doc/development/tutorials/helloworld.rst +++ b/doc/development/tutorials/helloworld.rst @@ -181,9 +181,9 @@ This is the very basic principle of an extension that creates a new directive. For a more advanced example, refer to :doc:`todo`. -.. _docutils: http://docutils.sourceforge.net/ -.. _docutils directives: http://docutils.sourceforge.net/docs/howto/rst-directives.html -.. _docutils nodes: http://docutils.sourceforge.net/docs/ref/doctree.html +.. _docutils: https://docutils.sourceforge.io/ +.. _docutils directives: https://docutils.sourceforge.io/docs/howto/rst-directives.html +.. _docutils nodes: https://docutils.sourceforge.io/docs/ref/doctree.html .. _PyPI: https://pypi.org/ .. _Python package: https://packaging.python.org/ .. _Python path: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH |