Update manual links in 'add object' py template.

Patch D2328 by @blendify, thanks.
This commit is contained in:
Bastien Montagne 2016-12-28 14:25:06 +01:00
parent 45d0231a24
commit 11ae06b0b7
1 changed files with 2 additions and 2 deletions

View File

@ -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