From fd4512a202a4be48e396a3c60ad9f9f70f8d3adb Mon Sep 17 00:00:00 2001 From: James McClune Date: Wed, 4 Dec 2019 22:03:43 -0500 Subject: [PATCH] doc: fixed broken reference link for Graphviz Fixes: https://tracker.ceph.com/issues/43130 Signed-off-by: James McClune --- doc/dev/documenting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index 146dbc5199bf..01984c2561da 100644 --- a/doc/dev/documenting.rst +++ b/doc/dev/documenting.rst @@ -63,7 +63,7 @@ Graphviz You can use Graphviz_, as explained in the `Graphviz extension documentation`_. .. _Graphviz: http://graphviz.org/ -.. _`Graphviz extension documentation`: http://sphinx.pocoo.org/ext/graphviz.html +.. _`Graphviz extension documentation`: https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html .. graphviz:: -- 2.47.3