From 0e410b4ac2b20cacd9833cdc6004ee1497ebd23a Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sat, 6 Apr 2024 22:21:16 +1100 Subject: [PATCH] Fix #4524. Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5465817024..a563f01470 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ and many other libraries, CLI apps, and more. Support is also provided for auxil For more information, see: * [IfcOpenShell Website](http://ifcopenshell.org) -* [IfcOpenShell Documentation](https://ios-docs.blenderbim.org/index.html) - * [IfcOpenShell C++ Installation](https://ios-docs.blenderbim.org/ifcopenshell/installation.html) - * [IfcOpenShell Python Installation](https://ios-docs.blenderbim.org/ifcopenshell-python/installation.html) - * [IfcOpenShell Python Hello World Tutorial](https://ios-docs.blenderbim.org/ifcopenshell-python/hello_world.html) +* [IfcOpenShell Documentation](https://docs.ifcopenshell.org) + * [IfcOpenShell C++ Installation](https://docs.ifcopenshell.org/ifcopenshell/installation.html) + * [IfcOpenShell Python Installation](https://docs.ifcopenshell.org/ifcopenshell-python/installation.html) + * [IfcOpenShell Python Hello World Tutorial](https://docs.ifcopenshell.org/ifcopenshell-python/hello_world.html) * [BlenderBIM Add-on Website](https://blenderbim.org) * [BlenderBIM Add-on Documentation](https://docs.blenderbim.org/index.html) * [Add-on Installation](https://docs.blenderbim.org/users/installation.html)