Skip to content

Commit 1706bde

Browse files
Update README.md
1 parent ee69572 commit 1706bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The library provides a variety of so called mesh 'Creators' to construct various
172172
More precisely the 'Factory Method' / 'Builder' pattern was applied for this purpose. A mesh creator works like a classis builder.
173173
The creator differs mainly in two points from a classic builder. We also provide getters and chaining was left out.
174174
In the meantime the library contains 100+ different mesh creators divided in various categories.
175-
Get a first impression and overview here: [Mesh Creators](https://github.com/ArtifactForms/MeshLibCoreClean2022/blob/master/MeshLibCoreClean2022/documentation/documentation.md).
175+
Get a first impression and overview here: [Mesh Creators](documentation/documentation.md).
176176
Each creator derives from the 'IMeshCreator' interface. The following code example shows the mentioned root interface for all mesh creators.
177177
178178
```java

0 commit comments

Comments
 (0)