Skip to content

Commit f93e747

Browse files
author
davidwales
authored
Fix broken Sphinx link
1 parent e9f7da8 commit f93e747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ structured and easily readable documentation for your project.
8585
for general project documentation. This Guide is built with
8686
Sphinx_ and is hosted on `Read The Docs`_
8787

88-
.. _Sphinx: http://sphinx.pocoo.org
88+
.. _Sphinx: https://www.sphinx-doc.org
8989
.. _Read The Docs: http://readthedocs.org
9090

9191
.. _restructuredtext-ref:
@@ -100,7 +100,7 @@ The `reStructuredText Primer`_ and the `reStructuredText Quick
100100
Reference`_ should help you familiarize yourself with its syntax.
101101

102102
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
103-
.. _reStructuredText Primer: http://sphinx.pocoo.org/rest.html
103+
.. _reStructuredText Primer: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
104104
.. _reStructuredText Quick Reference: http://docutils.sourceforge.net/docs/user/rst/quickref.html
105105

106106

0 commit comments

Comments
 (0)