From 11ae06b0b7442d63904270e8b72266e5fa3519cf Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 28 Dec 2016 14:25:06 +0100 Subject: Update manual links in 'add object' py template. Patch D2328 by @blendify, thanks. --- release/scripts/templates_py/addon_add_object.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/templates_py') 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 -- cgit v1.2.3