[Bf-blender-cvs] [4e22e246893] master: BPY API: Fix broken ref link

Aaron Carlisle noreply at git.blender.org
Mon Jul 17 00:12:17 CEST 2017


Commit: 4e22e2468934ecd229bae4d7df6afc84c690a10c
Author: Aaron Carlisle
Date:   Sun Jul 16 18:11:58 2017 -0400
Branches: master
https://developer.blender.org/rB4e22e2468934ecd229bae4d7df6afc84c690a10c

BPY API: Fix broken ref link

===================================================================

M	doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst

===================================================================

diff --git a/doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst b/doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst
index d08a761ed95..4bb3d273cb9 100644
--- a/doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst
+++ b/doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst
@@ -59,7 +59,7 @@ base class --- :class:`SCA_IActuator`
 
    .. attribute:: mode
 
-      The operation mode of the actuator. Can be one of :ref:`these constants<shape-action-actuator>`.
+      The operation mode of the actuator. Can be one of :ref:`these constants<action-actuator>`.
 
       :type: integer
 
@@ -68,5 +68,3 @@ base class --- :class:`SCA_IActuator`
       The name of the property that is set to the current frame number.
 
       :type: string
-
-




More information about the Bf-blender-cvs mailing list