Update docs commerce modules so that tax links to the correct page (#9747)

### What

Update the href on the tax card on https://docs.medusajs.com/v2 to correctly link to https://docs.medusajs.com/v2/resources/commerce-modules/tax

### Why 

It is currently incorrectly linking to https://docs.medusajs.com/v2/resources/commerce-modules/stock-location

### How

Update the href value.

### Testing

To test open the docs page and verify that the link navigates to the correct page.
This commit is contained in:
Jack Caldwell
2024-10-24 10:50:01 +01:00
committed by GitHub
parent f997432e73
commit dec7d20b89

View File

@@ -101,7 +101,7 @@ const HomepageModulesSection = () => {
{ {
title: "Tax", title: "Tax",
text: "Granular tax control", text: "Granular tax control",
href: "/resources/commerce-modules/stock-location", href: "/resources/commerce-modules/tax",
image: basePathUrl("/images/tax-icon.png"), image: basePathUrl("/images/tax-icon.png"),
}, },
{ {