Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/rst/info_quickstart.rst')
-rw-r--r--doc/python_api/rst/info_quickstart.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index ab106dd3bb7..164196c0ac2 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -47,8 +47,12 @@ A quick list of helpful things to know before starting:
- For more examples, the text menu has a templates section where some example operators can be found.
- To examine further scripts distributed with Blender, see:
- | ``~/.blender/scripts/startup/bl_ui`` for the user interface,
- | ``~/.blender/scripts/startup/bl_op`` for operators.
+ | ``scripts/startup/bl_ui`` for the user interface,
+ | ``scripts/startup/bl_operators`` for operators.
+
+ Exact location depends on platform, see:
+ `Configuration and Data Paths
+ <https://www.blender.org/manual/getting_started/installing_blender/directorylayout.html>`__.
Running Scripts