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).
This commit is contained in:
Bastien Montagne 2018-12-27 22:57:55 +01:00
parent cd36f54611
commit df3e7d0361
Notes: blender-bot 2023-02-14 19:22:12 +01:00
Referenced by issue blender/blender-addons#60093, Cycles bake (bpy.ops.object.bake) unstable when using `uv_layer` parameter
1 changed files with 1 additions and 1 deletions

View File

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