Commit: 313097c267c5f70b4e1727e137806ed629f39baa Author: Aaron Carlisle Date: Sat Jul 6 19:46:05 2019 -0400 Branches: master https://developer.blender.org/rB313097c267c5f70b4e1727e137806ed629f39baa
API Docs: Fix Links =================================================================== M doc/python_api/rst/info_overview.rst M doc/python_api/rst/info_quickstart.rst =================================================================== 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
