[Bf-extensions-cvs] [962c2c2] master: Fix manual link

Aaron noreply at git.blender.org
Mon Jul 18 21:24:33 CEST 2016


Commit: 962c2c259b994006f4db3b91bd9c9895ae4e79c4
Author: Aaron
Date:   Mon Jul 18 15:06:03 2016 -0400
Branches: master
https://developer.blender.org/rBA962c2c259b994006f4db3b91bd9c9895ae4e79c4

Fix manual link

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 5355182..7ce9d56 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -385,7 +385,7 @@ url_manual_mapping = (
     ("bpy.types.BackgroundImage.*",            "editors/3dview/display/background_images.html"),
     ("bpy.types.WalkNavigation.*",             "editors/3dview/navigate/3d_view.html#walk-mode"),
     ("bpy.types.SpaceView3D.cursor_location",  "editors/3dview/3d_cursor.html#numeric-input"),
-    ("bpy.types.Object.location",              "editors/3dview/transform/transform_control/precision/numeric_input.html#numeric-input-via-the-properties-shelf"),
+    ("bpy.types.Object.location",              "editors/3dview/transform/transform_control/transform_properties.html"),
     ("bpy.types.Object.*",                     "editors/3dview/object"),  # Catchall
     ("bpy.types.TransformOrientation.*",       "editors/3dview/transform/transform_control/transform_orientations.html"),



More information about the Bf-extensions-cvs mailing list