From 31befd424bafca18e929ec78c849747b114c5785 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 19 Sep 2024 18:29:39 +0500 Subject: [PATCH] Fix documentation missing dev env scripts Mentioned in #5398 --- src/bonsai/docs/guides/development/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bonsai/docs/guides/development/installation.rst b/src/bonsai/docs/guides/development/installation.rst index e59a954ef3..f8d778d77c 100644 --- a/src/bonsai/docs/guides/development/installation.rst +++ b/src/bonsai/docs/guides/development/installation.rst @@ -153,7 +153,7 @@ our Blender installation (you will need to restart Blender to see changes). For Linux or Mac: -.. literalinclude:: ../../scripts/installation/dev_environment.sh +.. literalinclude:: ../../../scripts/installation/dev_environment.sh :language: bash :caption: dev_environment.sh @@ -161,7 +161,7 @@ Or, if you're on Windows, you can use the batch script below. You need to run it as an administrator. Before running it follow the instructions descibed in the `rem` tags. -.. literalinclude:: ../../scripts/installation/dev_environment.bat +.. literalinclude:: ../../../scripts/installation/dev_environment.bat :language: bat :caption: dev_environment.bat