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
@@ -28,7 +28,7 @@ Consider you have a Hello Module defined in the `/src/modules/hello` directory.
<Note title="Tip">
If you don't have a module, follow [this guide](!docs!/basics/modules) to create one.
If you don't have a module, follow [this guide](!docs!/learn/basics/modules) to create one.
</Note>
@@ -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!/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 `Promotion` data mode
<Note title="Tip">
Learn more about module links in [this guide](!docs!/module-links).
Learn more about module links in [this guide](!docs!/learn/advanced-development/module-links).
</Note>
@@ -88,7 +88,7 @@ This defines a link between the `Promotion` and `Custom` data models. Using this
items={[
{
text: "Module must be registered in medusa-config.js",
link: "!docs!/basics/modules#4-add-module-to-configurations"
link: "!docs!/learn/basics/modules#4-add-module-to-configurations"
}
]}
/>