This commit is contained in:
Walter Stanish
2020-09-23 08:49:44 +10:00
committed by Dion Moult
parent bead7192fe
commit 44306b036d
@@ -2535,7 +2535,7 @@ class OpenUpstream(bpy.types.Operator):
elif self.page == 'docs':
webbrowser.open('https://blenderbim.org/docs/')
elif self.page == 'wiki':
webbrowser.open('https://wiki.osarch.org/')
webbrowser.open('https://wiki.osarch.org/index.php?title=Category:BlenderBIM_Add-on')
elif self.page == 'community':
webbrowser.open('https://community.osarch.org/')
return {'FINISHED'}