Skip to content

Commit 39bb1fa

Browse files
committed
fix metaclass docs links
1 parent 879ed42 commit 39bb1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/beginners-guide/articles/thing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Endpoint | Description
5151
### Meta
5252

5353
To be updated with use cases of modifying Thing metaclass, in the meanwhile there is decent documentation in
54-
the developer notes: [Thing MetaClass](../../../design/metaclasses.md#metaclasses).
54+
the developer notes: [Thing MetaClass](../../design/metaclasses.md#metaclasses).
5555

5656
### Post Init
5757

58-
To be updated, please refer to the developer notes in the meantime: [Thing Post Init](../../../design/metaclasses.md#__post_init__-method).
58+
To be updated, please refer to the developer notes in the meantime: [Thing Post Init](../../design/metaclasses.md#__post_init__-method).
5959

6060
<!-- `Thing` classes define a `__post_init__` method which is invoked after loading properties from a database.
6161
All initialization logic which depend on database loaded properties can placed in this method:

0 commit comments

Comments
 (0)