Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <carlisle.b3d@gmail.com>2016-07-18 22:06:03 +0300
committerAaron <carlisle.b3d@gmail.com>2016-07-18 22:18:38 +0300
commit962c2c259b994006f4db3b91bd9c9895ae4e79c4 (patch)
tree1a0b51b4071eb26bbf9c514e015a056b730f3df3
parent0c0f93a887908bb68442be12f9728d3a84bc9a5b (diff)
Fix manual link
-rw-r--r--modules/rna_manual_reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 53551823..7ce9d56c 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"),