docs: fix links in extend product guide (#10472)

* docs: fix links in extend product guide

* fix links
This commit is contained in:
Shahed Nasser
2024-12-06 11:32:57 +02:00
committed by GitHub
parent 597bffaab3
commit e3459b1f2f
4 changed files with 19 additions and 19 deletions
@@ -49,7 +49,7 @@ This creates a `Custom` data model that has the `id` and `custom_name` propertie
<Note title="Tip">
Learn more about data models in [this guide](!docs!/learn/data-models).
Learn more about data models in [this guide](!docs!/learn/basics/modules#1-create-data-model).
</Note>
@@ -61,7 +61,7 @@ Next, you'll define a module link between the `Custom` and `Customer` data model
<Note title="Tip">
Learn more about module links in [this guide](!docs!/learn/module-links).
Learn more about module links in [this guide](!docs!/learn/advanced-development/module-links).
</Note>