From 8e051c5b8e71cd2a0b51912d6072093e4e6870ae Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Fri, 21 Jul 2023 10:19:49 +0100 Subject: [PATCH] docs: Fix link to sphinx project page Change-Id: I5e75a359660315a34ec36f5cb748808257f4185a --- doc/source/development_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_guidelines.rst b/doc/source/development_guidelines.rst index 8db586b467..34c56bb925 100644 --- a/doc/source/development_guidelines.rst +++ b/doc/source/development_guidelines.rst @@ -270,7 +270,7 @@ More specifically: #. Sphinx is used to build documentation, so use the restructured text markup to designate parameters, return values, etc. Documentation on the sphinx specific markup can be found here: - http://sphinx.pocoo.org/markup/index.html + https://www.sphinx-doc.org/en/master/ To build documentation run::