From 2454751ae4d8ce97454035ee65d9f47d5662fede Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 16 Sep 2022 15:29:04 +0300 Subject: [PATCH] fixed broken link --- docs/content/add-plugins/strapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/add-plugins/strapi.md b/docs/content/add-plugins/strapi.md index 524a29d3470bf..49aee3a518e63 100644 --- a/docs/content/add-plugins/strapi.md +++ b/docs/content/add-plugins/strapi.md @@ -170,7 +170,7 @@ Try updating any products on Strapi by going to Content Manager → Products and ### Update Products on Medusa -If you try to update products on Medusa either using the [REST APIs](https://docs.medusajs.com/api/admin/#tag/Product/operation/PostProductsProduct) or using [the Medusa Admin](../user-guide/products/manage.md), you’ll see that the product is also updated on Strapi. +If you try to update products on Medusa either using the [REST APIs](https://docs.medusajs.com/api/admin/#tag/Product/operation/PostProductsProduct) or using [the Medusa Admin](../user-guide/products/manage.mdx), you’ll see that the product is also updated on Strapi. ## What’s Next 🚀