From 9216ad081192f2c0c0eb08acef3bb2c015d6e9bc Mon Sep 17 00:00:00 2001 From: Ankit Singh <66105983+ankitzm@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:09:40 +0530 Subject: [PATCH] docs: added missing link in "What's Next" in Notification Architecture Overview (#1911) --- docs/content/advanced/backend/notification/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/backend/notification/overview.md b/docs/content/advanced/backend/notification/overview.md index e22d5b9a94..3187e89a05 100644 --- a/docs/content/advanced/backend/notification/overview.md +++ b/docs/content/advanced/backend/notification/overview.md @@ -81,7 +81,7 @@ An example of a flow that can be implemented using Medusa's Notification API is ## What’s Next 🚀 -- Learn how to create your own Notification Provider. +- Learn how to [create your own Notification Provider](how-to-create-notification-provider.md). - Check out the [list of events](../subscribers/events-list.md) in Medusa. - Check the [`NotificationService`](../../../references/services/classes/NotificationService.md) API reference for more details on how it works. - Check out the [SendGrid](../../../add-plugins/sendgrid.mdx) Notification plugin.