From f9749c5df60e0ba6f16f269167b40b8da6d87dc9 Mon Sep 17 00:00:00 2001 From: ahrbil Date: Thu, 22 Aug 2024 14:06:14 +0100 Subject: [PATCH] docs: fix link href for Cart module (#8713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cart module in the commerce modules list on the resources page points to the product module instead of the cart module. Thank you, medusa team, for the amazing product, this is a small fix because I spent much time on the docs and use the shortcuts in this list. 🙏 --- www/apps/resources/app/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/page.mdx b/www/apps/resources/app/page.mdx index 791597bde7..84b956e392 100644 --- a/www/apps/resources/app/page.mdx +++ b/www/apps/resources/app/page.mdx @@ -49,7 +49,7 @@ Follow the [Medusa v2 Docs](!docs!) to become an advanced Medusa developer. { icon: ShoppingCartSolid, title: "Cart Module", - href: "/commerce-modules/product", + href: "/commerce-modules/cart", }, { icon: CurrencyDollarSolid,