Skip to content

Commit 35ce8c2

Browse files
authored
Updated links to point to current branch
1 parent ae2fd67 commit 35ce8c2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/blenderbim/docs/devs/hello_world.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ minimise the overlap between modules, so that developers can work on a single
5353
portion of the code with relative certainty that their actions will not affects
5454
other developers.
5555

56-
- `BlenderBIM Add-on modules <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/blenderbim/blenderbim/bim/module>`__
57-
- `IFC modules <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/ifcopenshell-python/ifcopenshell/api>`__
56+
- `BlenderBIM Add-on modules <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/blenderbim/blenderbim/bim/module>`__
57+
- `IFC modules <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/ifcopenshell/api>`__
5858

5959
The BlenderBIM Add-on comes with a secret **demo module** which is basically a
6060
hello world coding tutorial which teaches you about all the moving parts. It's
@@ -278,9 +278,9 @@ authoring capabilities.
278278

279279
The code for IfcOpenShell's various systems can be found here:
280280

281-
- `ifcopenshell (core) <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/ifcopenshell-python/ifcopenshell>`__
282-
- `ifcopenshell.util <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/ifcopenshell-python/ifcopenshell/util>`__
283-
- `ifcopenshell.api <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/ifcopenshell-python/ifcopenshell/api>`__
281+
- `ifcopenshell (core) <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/ifcopenshell>`__
282+
- `ifcopenshell.util <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/ifcopenshell/util>`__
283+
- `ifcopenshell.api <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/ifcopenshell/api>`__
284284

285285
Asking for help
286286
---------------

0 commit comments

Comments
 (0)