mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
Fix #1013
This commit is contained in:
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'}
|
||||
|
||||
Reference in New Issue
Block a user