From 8cdd80610905616076b7d9590821341209417958 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 27 Jun 2022 12:27:08 +0300 Subject: [PATCH] docs: fix links in quickstart (#1725) --- docs/content/quickstart/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/quickstart/quick-start.md b/docs/content/quickstart/quick-start.md index 378b5e1cdc..d871aa6cd4 100644 --- a/docs/content/quickstart/quick-start.md +++ b/docs/content/quickstart/quick-start.md @@ -75,7 +75,7 @@ You can learn more about configuring your server and loading environment variabl ## What's next :rocket: -- Install our [Next.js](http://localhost:3000/starters/nextjs-medusa-starter) or [Gatsby](http://localhost:3000/starters/gatsby-medusa-starter) storefronts to set up your ecommerce storefront quickly. +- Install our [Next.js](../starters/nextjs-medusa-starter) or [Gatsby](../starters/gatsby-medusa-starter) storefronts to set up your ecommerce storefront quickly. - Install the [Medusa Admin](../admin/quickstart.md) to supercharge your ecommerce experience with easy access to configurations and features. - Check our the [API reference](https://docs.medusajs.com/api) to learn more about available endpoints available on your Medusa server. - Install [plugins](https://github.com/medusajs/medusa/tree/master/packages) for features like Payment, CMS, Notifications, among other features.