From dc7062e182274ee30c9a1833d4b5828be0047012 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Mon, 25 Jul 2022 14:55:37 -0500 Subject: [PATCH] fix broken links in Documentation --- src/blenderbim/docs/devs/hello_world.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/docs/devs/hello_world.rst b/src/blenderbim/docs/devs/hello_world.rst index 8e88985edc..cba68bf5a9 100644 --- a/src/blenderbim/docs/devs/hello_world.rst +++ b/src/blenderbim/docs/devs/hello_world.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 `blenderbim/installation <./installation.rst>`_ for details. +installation. See `blenderbim/installation <./installation.html>`_ 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,7 +95,7 @@ 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 `blenderbim/running_tests <./running_tests.rst>`_ +do "Test Driven Development". For reference on how to run these tests, see `blenderbim/running_tests <./running_tests.html>`_ for details. You can find the tests here: ::