Skip to content

Commit

Permalink
docs: fix outdated links (#10040)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Nov 13, 2024
1 parent 2d469ba commit 7a26e12
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion www/apps/book/app/_not-found.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Query is a utility that retrieves data across modules and their links. It’s 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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]}
/>
Expand Down

0 comments on commit 7a26e12

Please sign in to comment.