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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-12-28 01:02:20 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-28 01:02:52 +0300
commit83dcdfd356fdb47a700f2763a9d0191d998f3586 (patch)
tree593eaa8e432a400f7e751e12623ccc53d14ecba3 /release/scripts
parent826d7adde79216d271b78059c05abd10b7559899 (diff)
API Doc: point to blender2.7 new folder.
master is now for 2.8. ;)
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index cc40ca2cb66..3fd4e45653f 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1041,7 +1041,7 @@ class WM_OT_doc_view(Operator):
if bpy.app.version_cycle == "release":
_prefix = ("https://docs.blender.org/api/current")
else:
- _prefix = ("https://docs.blender.org/api/master")
+ _prefix = ("https://docs.blender.org/api/blender2.7")
def execute(self, context):
url = _wm_doc_get_id(self.doc_id, do_url=True, url_prefix=self._prefix)