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

View File

@@ -23,7 +23,7 @@ If you think this is a mistake, please [report this issue on GitHub](https://git
items={[
{
title: "Get Started Docs",
href: "/",
href: "/learn",
icon: BookOpen
},
{

View File

@@ -16,7 +16,7 @@ This chapter covers how to define an API route that creates a brand as the last
items={[
{
text: "createBrandWorkflow",
link: "/customization/custom-features/workflow"
link: "/learn/customization/custom-features/workflow"
}
]}
/>

View File

@@ -34,7 +34,7 @@ This is even more useful when you create workflows with many steps, or integrate
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
}
]}
/>

View File

@@ -26,7 +26,7 @@ The UI Route can be shown in the sidebar or added as a nested page.
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
},
]}
/>

View File

@@ -18,7 +18,7 @@ This chapter covers how to show the brand of a product in the Medusa Admin using
items={[
{
text: "Retrieve Brand of Product API Route",
link: "/customization/extend-models/query-linked-records"
link: "/learn/customization/extend-models/query-linked-records"
}
]}
/>

View File

@@ -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"
}
]}
/>

View File

@@ -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"
}
]}
/>

View File

@@ -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"
}
]}
/>

View File

@@ -18,7 +18,7 @@ This chapter covers how to emit an event when a brand is created, listen to that
items={[
{
text: "Brand Module with createBrandWorkflow",
link: "/customization/custom-features/workflow"
link: "/learn/customization/custom-features/workflow"
}
]}
/>

View File

@@ -18,7 +18,7 @@ This chapter covers how to use workflows and scheduled jobs to sync brands from
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
},
]}
/>

View File

@@ -18,7 +18,7 @@ This chapter covers how to integrate a dummy third-party system in a service as
items={[
{
text: "Brand Module",
link: "/customization/custom-features/module"
link: "/learn/customization/custom-features/module"
}
]}
/>

View File

@@ -12,7 +12,7 @@ In this chapter, you'll learn how to write integration tests for API routes usin
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>

View File

@@ -12,7 +12,7 @@ In this chapter, you'll learn how to write integration tests for workflows using
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>

View File

@@ -12,7 +12,7 @@ In this chapter, find an example of writing an integration test for a module usi
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>

View File

@@ -12,7 +12,7 @@ In this chapter, you'll learn about the `moduleIntegrationTestRunner` utility fu
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>