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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-01-24 03:09:45 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-01-24 03:10:37 +0300
commite5d8c2a67f51261b7865a662d95fb5cb248c2959 (patch)
tree9ccb9e7565b8116a2b803fb17c61e9d3c78faca9 /release/scripts/templates_py
parentd5c7d22bc2c845a63aa1c9368c854949dcc11bf7 (diff)
Use new manual URL
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/addon_add_object.py2
1 files changed, 1 insertions, 1 deletions
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"),
)