From e5d8c2a67f51261b7865a662d95fb5cb248c2959 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 23 Jan 2017 19:09:45 -0500 Subject: Use new manual URL --- release/scripts/templates_py/addon_add_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d294838d3a2..56e6e79b94f 100644 --- a/release/scripts/templates_py/addon_add_object.py +++ b/release/scripts/templates_py/addon_add_object.py @@ -69,7 +69,7 @@ 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 = "https://www.blender.org/manual/" + url_manual_prefix = "https://docs.blender.org/manual/en/dev/" url_manual_mapping = ( ("bpy.ops.mesh.add_object", "editors/3dview/object"), ) -- cgit v1.2.3