Use new manual URL

This commit is contained in:
Aaron Carlisle
2017-01-23 19:09:45 -05:00
parent d5c7d22bc2
commit e5d8c2a67f
13 changed files with 15 additions and 20 deletions

View File

@@ -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"),
)