Skip to content

Commit

Permalink
Make link to example better
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed May 28, 2022
1 parent 793ea31 commit b3c6d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Guide/web-ifc/Tutorials/Properties.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ One of the coolest thing you can do is traverse the IFC file and fetch the relev
💾
This tutorial will help us to get the **Analysis** of IFC without a viewer😎.
<IfcCard>
It is recommended that you go through this tutorial first to know how to Read all Lines <a href="https://github.com/IFCjs/hello-world/tree/main/examples/web-ifc/ifc-to-json/frontend">here</a>.
👉 You can check out the final result deployed <a href="https://ifcjs.github.io/hello-world/examples/web-ifc/ifc-to-json/properties/index.html">here</a> and the full code <a href="https://github.com/ifcjs/hello-world/tree/main/examples/web-ifc/ifc-to-json/properties">here</a>.

</IfcCard>

📚
Expand Down Expand Up @@ -348,7 +349,6 @@ td{
}
```

You can check out the final result [here](https://ifcjs.github.io/hello-world/examples/web-ifc/ifc-to-json/properties/index.html).

## Next steps

Expand Down

0 comments on commit b3c6d4f

Please sign in to comment.