mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix #4550. Update doc urls.
This commit is contained in:
@@ -27,7 +27,7 @@ bl_info = {
|
|||||||
"blender": (3, 1, 0),
|
"blender": (3, 1, 0),
|
||||||
"version": (0, 0, 999999),
|
"version": (0, 0, 999999),
|
||||||
"location": "File Menu, Scene Properties Tab. See documentation for more.",
|
"location": "File Menu, Scene Properties Tab. See documentation for more.",
|
||||||
"doc_url": "https://blenderbim.org/docs",
|
"doc_url": "https://docs.blenderbim.org/",
|
||||||
"tracker_url": "https://github.com/IfcOpenShell/IfcOpenShell/issues",
|
"tracker_url": "https://github.com/IfcOpenShell/IfcOpenShell/issues",
|
||||||
"category": "System",
|
"category": "System",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -357,7 +357,7 @@ class OpenUpstream(bpy.types.Operator):
|
|||||||
if self.page == "home":
|
if self.page == "home":
|
||||||
webbrowser.open("https://blenderbim.org/")
|
webbrowser.open("https://blenderbim.org/")
|
||||||
elif self.page == "docs":
|
elif self.page == "docs":
|
||||||
webbrowser.open("https://blenderbim.org/docs/")
|
webbrowser.open("https://docs.blenderbim.org/")
|
||||||
elif self.page == "wiki":
|
elif self.page == "wiki":
|
||||||
webbrowser.open("https://wiki.osarch.org/index.php?title=Category:BlenderBIM_Add-on")
|
webbrowser.open("https://wiki.osarch.org/index.php?title=Category:BlenderBIM_Add-on")
|
||||||
elif self.page == "community":
|
elif self.page == "community":
|
||||||
|
|||||||
Reference in New Issue
Block a user