API Docs: Fix Links

This commit is contained in:
Aaron Carlisle 2019-07-06 19:46:05 -04:00
parent 903b5e1082
commit 313097c267
2 changed files with 2 additions and 2 deletions

@ -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

@ -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