From 26627c69a933be62967dc0ae470f6c16933f1fdd Mon Sep 17 00:00:00 2001 From: Ketan Saraf Date: Fri, 21 Oct 2022 00:12:49 +0530 Subject: [PATCH] docs: fix broken link redis (#2481) * fix: fixed broken link redis * Update docs/content/advanced/backend/notification/how-to-create-notification-provider.md Co-authored-by: Shahed Nasser Co-authored-by: Shahed Nasser --- .../backend/notification/how-to-create-notification-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/backend/notification/how-to-create-notification-provider.md b/docs/content/advanced/backend/notification/how-to-create-notification-provider.md index 7f758885ed..e86c8683ac 100644 --- a/docs/content/advanced/backend/notification/how-to-create-notification-provider.md +++ b/docs/content/advanced/backend/notification/how-to-create-notification-provider.md @@ -12,7 +12,7 @@ If you’re unfamiliar with the Notification architecture in Medusa, it is recom Before you start creating a Notification Provider, you need to install a [Medusa server](../../../quickstart/quick-start.md). -You also need to (../../../tutorial/0-set-up-your-development-environment.mdx#redis) and [configure it with the Medusa server](../../../usage/configurations.md#redis). +You also need to [setup Redis](../../../tutorial/0-set-up-your-development-environment.mdx#redis) and [configure it with the Medusa server](../../../usage/configurations.md#redis). ## Create a Notification Provider