docs: fix outdated links (#10040)

This commit is contained in:
Shahed Nasser
2024-11-13 11:02:01 +02:00
committed by GitHub
parent 2d469ba587
commit 7a26e123bb
15 changed files with 17 additions and 17 deletions
@@ -18,7 +18,7 @@ This chapter covers how to define a link between the `Brand` and `Product`data m
items={[
{
text: "Brand Module having a Brand data model",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
}
]}
/>
@@ -26,11 +26,11 @@ It's useful when you want to pass custom data, such as the brand ID, then perfor
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
},
{
text: "Defined link between the Brand and Product data models.",
link: "/customization/extend-models/define-link"
link: "/learn/customization/extend-models/define-link"
}
]}
/>
@@ -24,11 +24,11 @@ Query is a utility that retrieves data across modules and their links. Its re
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
},
{
text: "Defined link between the Brand and Product data models.",
link: "/customization/extend-models/define-link"
link: "/learn/customization/extend-models/define-link"
}
]}
/>