From 85bac37bed2f31a95d750a77050f745b3583b46f Mon Sep 17 00:00:00 2001 From: Massimo Fabbro <79401028+maxfb87@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:51:27 +0200 Subject: [PATCH] Fix two broken links Fixed "./installation.rst" and "./running_tests.rst" links --- src/blenderbim/docs/blenderbim/developer_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blenderbim/docs/blenderbim/developer_guide.rst b/src/blenderbim/docs/blenderbim/developer_guide.rst index fa337a5024..89e20e53fd 100644 --- a/src/blenderbim/docs/blenderbim/developer_guide.rst +++ b/src/blenderbim/docs/blenderbim/developer_guide.rst @@ -63,7 +63,7 @@ architecture flow charts and diagrams. The code and its comments will guide you through the process. Before playing with the demo module, you may want to switch to using a source -installation. See :ref:`blenderbim/installation` for details. +installation. See `blenderbim/installation <./installation.rst>`_ for details. To see the demo module in action, you'll need to enable it. In ``src/blenderbim/blenderbim/bim/__init__.py``, uncomment the line for the demo @@ -95,8 +95,8 @@ and how to test and structure it so that you can build incredibly complex features in a maintainable way. Tests for quality checking also exist. The system is designed so that you can -do "Test Driven Development". For reference on how to run these tests, see -:ref:`blenderbim/running_tests` for details. You can find the tests here: +do "Test Driven Development". For reference on how to run these tests, see `blenderbim/running_tests <./running_tests.rst>`_ +for details. You can find the tests here: ::