PyAPI Docs: Fix Space in URL Name

This commit is contained in:
Aaron Carlisle 2018-08-13 17:25:01 -04:00
parent 1bbddc8a1e
commit 6218cd3261

@ -1586,7 +1586,7 @@ def pyrna2sphinx(basepath):
# operators
def write_ops():
API_BASEURL = "https://developer.blender.org/diffusion/B/browse/master/release/scripts "
API_BASEURL = "https://developer.blender.org/diffusion/B/browse/master/release/scripts"
API_BASEURL_ADDON = "https://developer.blender.org/diffusion/BA"
API_BASEURL_ADDON_CONTRIB = "https://developer.blender.org/diffusion/BAC"