From a4e614f658d9c4daa6acdabd8a7080d893a01493 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 8 May 2023 12:42:16 +0300 Subject: [PATCH] docs: fix events link (#4036) Fix events link in medusa development page --- docs/content/development/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/development/overview.mdx b/docs/content/development/overview.mdx index 52bb633df9..9e927c4f2e 100644 --- a/docs/content/development/overview.mdx +++ b/docs/content/development/overview.mdx @@ -129,7 +129,7 @@ These concepts will guide you through your development and building customizatio }, { type: 'link', - href: '/development/events/index', + href: '/development/events', label: 'Events and Subscribers', customProps: { icon: Icons['academic-cap-solid'], @@ -200,4 +200,4 @@ Developers can still benefit from customization opportunities here that Medusa p ### Your Own Use Case -Medusa’s vision is to allow developers to build anything they want using it. There are no limitations to what you can build and the ideas you can come up with. If you have an idea, you can use Medusa’s tools to start building it. \ No newline at end of file +Medusa’s vision is to allow developers to build anything they want using it. There are no limitations to what you can build and the ideas you can come up with. If you have an idea, you can use Medusa’s tools to start building it.