From dec7d20b896de7cfef4e8f7d951a950428d14281 Mon Sep 17 00:00:00 2001 From: Jack Caldwell Date: Thu, 24 Oct 2024 10:50:01 +0100 Subject: [PATCH] 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. --- www/apps/book/components/Homepage/ModulesSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/book/components/Homepage/ModulesSection/index.tsx b/www/apps/book/components/Homepage/ModulesSection/index.tsx index 83ce2b3568..f508e31771 100644 --- a/www/apps/book/components/Homepage/ModulesSection/index.tsx +++ b/www/apps/book/components/Homepage/ModulesSection/index.tsx @@ -101,7 +101,7 @@ const HomepageModulesSection = () => { { title: "Tax", text: "Granular tax control", - href: "/resources/commerce-modules/stock-location", + href: "/resources/commerce-modules/tax", image: basePathUrl("/images/tax-icon.png"), }, {