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
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 02:46:05 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 02:46:05 +0300
commit313097c267c5f70b4e1727e137806ed629f39baa (patch)
tree7c8c6f0d627817552433cf20b85a02786fa06f69 /doc
parent903b5e1082dd8a18e3717b56af906077726b6b17 (diff)
API Docs: Fix Links
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_overview.rst2
-rw-r--r--doc/python_api/rst/info_quickstart.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/info_overview.rst b/doc/python_api/rst/info_overview.rst
index 4b8df47990c..c960aecb292 100644
--- a/doc/python_api/rst/info_overview.rst
+++ b/doc/python_api/rst/info_overview.rst
@@ -45,7 +45,7 @@ scene manipulation, automation, defining your own toolset and customization.
On startup Blender scans the ``scripts/startup/`` directory for Python modules and imports them.
The exact location of this directory depends on your installation.
-See the :ref:`directory layout docs <blender_manual:getting-started_installing-config-directories>`.
+See the :ref:`directory layout docs <blender_manual:blender-directory-layout>`.
Script Loading
diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index 3680fce0202..aa3a38974c4 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -51,7 +51,7 @@ A quick list of helpful things to know before starting:
| ``scripts/startup/bl_operators`` for operators.
Exact location depends on platform, see:
- :ref:`Configuration and Data Paths <blender_manual:getting-started_installing-config-directories>`.
+ :ref:`directory layout docs <blender_manual:blender-directory-layout>`.
Running Scripts