Skip to content

Commit

Permalink
fix prerequisites link
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Dec 6, 2024
1 parent 35dd8b1 commit 1360b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this chapter, you'll add a UI route to the admin dashboard that shows the all
items={[
{
text: "Brands Module",
link: "../../custom-features/modules"
link: "/learn/customization/custom-features/modules"
},
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this chapter, you'll customize the product details page of the Medusa Admin d
items={[
{
text: "Brands linked to products",
link: "../../extend-features/define-link"
link: "/learn/customization/extend-features/define-link"
}
]}
/>
Expand Down

0 comments on commit 1360b0c

Please sign in to comment.