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 <shahednasser@gmail.com>

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Ketan Saraf
2022-10-21 00:12:49 +05:30
committed by GitHub
parent a03bdaf375
commit 26627c69a9

View File

@@ -12,7 +12,7 @@ If youre 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