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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-12-28 16:25:06 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-12-28 16:25:31 +0300
commit11ae06b0b7442d63904270e8b72266e5fa3519cf (patch)
tree67236648904fc0dcbeea40dfa7a07cdecb33e058 /release/scripts/templates_py
parent45d0231a2426820dccfa21f6ad3ed2dbd83bbf50 (diff)
Update manual links in 'add object' py template.
Patch D2328 by @blendify, thanks.
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/addon_add_object.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/templates_py/addon_add_object.py b/release/scripts/templates_py/addon_add_object.py
index 8e57d7ef8f8..d294838d3a2 100644
--- a/release/scripts/templates_py/addon_add_object.py
+++ b/release/scripts/templates_py/addon_add_object.py
@@ -69,9 +69,9 @@ def add_object_button(self, context):
# This allows you to right click on a button and link to the manual
def add_object_manual_map():
- url_manual_prefix = "http://wiki.blender.org/index.php/Doc:2.6/Manual/"
+ url_manual_prefix = "https://www.blender.org/manual/"
url_manual_mapping = (
- ("bpy.ops.mesh.add_object", "Modeling/Objects"),
+ ("bpy.ops.mesh.add_object", "editors/3dview/object"),
)
return url_manual_prefix, url_manual_mapping