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 00:57:55 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-28 00:57:55 +0300
commitdf3e7d0361c6e151bc306e1ef71e006e955d1d39 (patch)
treeb5c5569ef0f9e4944963aff343efc71ebe8401cc /release/scripts/startup/bl_operators
parentcd36f546114fb3c2608f902487eab4a393245b9a (diff)
Point API doc back to master one.
Now that 2.8 is master again... Still have to update 2.7 thingy there, now (and update API doc site accordingly, too).
Diffstat (limited to 'release/scripts/startup/bl_operators')
-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 81814f4ffcf..193d9e32870 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1026,7 +1026,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/blender2.8")
+ _prefix = ("https://docs.blender.org/api/master")
def execute(self, context):
url = _wm_doc_get_id(self.doc_id, do_url=True, url_prefix=self._prefix)