Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix outdated links #10040

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading