diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 214e2b48ce..f27afdd6c1 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -132,8 +132,8 @@ files and a semi-formal, yet friendly and approachable, prose style. When presenting Python code, use single-quoted strings (``'hello'`` instead of ``"hello"``). -.. _reStructuredText: http://docutils.sourceforge.net/rst.html -.. _Sphinx: http://sphinx-doc.org/index.html +.. _reStructuredText: https://docutils.sourceforge.net/rst.html +.. _Sphinx: https://www.sphinx-doc.org/en/master/ .. _bug-reports: