From cd70e47d145a6fe9f86ec521bd437bc12f6bd1cf Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Thu, 10 Feb 2022 10:10:20 +0100 Subject: [PATCH] doc: cross-doc absolute link hack This is an ugly hack to also resolve the link when the document is rendered in GitHub, where it is likely to be browsed, because it is the community standard location for a GitHub repo's contributing docs. Coordinate with #1849 to better separate RTD docs with GitHub docs in the future. Signed-off-by: Lukas Puehringer --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 0e0f7a6a..94e10f6f 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -11,7 +11,7 @@ and must be `unit tested <#unit-tests>`_. .. note:: - Also see :ref:`development installation instructions `. + Also see `development installation instructions `_. Testing =======