[Bf-docboard-svn] bf-manual: [7935] trunk/blender_docs/manual/advanced/scripting/addon_tutorial.rst: Fix T87354: Incorrect formatting for link in Add-on tutorial page.

Alaska noreply at blender.org
Sat Apr 10 02:14:06 CEST 2021


Revision: 7935
          https://developer.blender.org/rBM7935
Author:   Alaska
Date:     2021-04-10 02:14:05 +0200 (Sat, 10 Apr 2021)
Log Message:
-----------
Fix T87354: Incorrect formatting for link in Add-on tutorial page.

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/scripting/addon_tutorial.rst

Modified: trunk/blender_docs/manual/advanced/scripting/addon_tutorial.rst
===================================================================
--- trunk/blender_docs/manual/advanced/scripting/addon_tutorial.rst	2021-04-08 20:35:52 UTC (rev 7934)
+++ trunk/blender_docs/manual/advanced/scripting/addon_tutorial.rst	2021-04-10 00:14:05 UTC (rev 7935)
@@ -125,6 +125,7 @@
 Click the :ref:`Run Script button <editors-text-run-script>`,
 all objects in the active scene are moved by 1.0 unit.
 
+.. _advanced-scripting-write-the-add-on-simple:
 
 Write the Add-on (Simple)
 -------------------------
@@ -212,7 +213,7 @@
 
 Now the add-on will be listed and you can enable it by pressing the checkbox,
 if you want it to be enabled on restart, press *Save as Default*. The operator
-can be run in the same way as described in the `previous section <Write the Add-on (Simple)>`_.
+can be run in the same way as described in the :ref:`previous section <advanced-scripting-write-the-add-on-simple>`.
 
 When the add-on is enabled, Blender executes the code and runs the ``register()`` function.
 When the add-on is disabled, Blender runs the ``unregister()`` function.



More information about the Bf-docboard-svn mailing list