From 699c363c251cb225f5adcba68634b1daadff2564 Mon Sep 17 00:00:00 2001 From: Nicklas Gellner <85512181+MedusaNick@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:45:21 +0100 Subject: [PATCH] Add link to our official Plugin directory (#5931) Replaced the link for our awesome-Medusa-repo with a direct link to our official plugins page. Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com> --- www/apps/docs/content/development/plugins/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/docs/content/development/plugins/overview.mdx b/www/apps/docs/content/development/plugins/overview.mdx index e5cd0f1730..2d10170f0c 100644 --- a/www/apps/docs/content/development/plugins/overview.mdx +++ b/www/apps/docs/content/development/plugins/overview.mdx @@ -44,7 +44,7 @@ To feature your plugin in our repository, you can send a pull request that adds You can find community plugins by [searching NPM for the `medusa` or `medusa-plugin` keywords](https://www.npmjs.com/search?q=keywords%3Amedusa%2Cmedusa-plugin). -You can also check the [Awesome Medusa repository](https://github.com/adrien2p/awesome-medusajs#plugins) for a list of community plugins among other resources. +You can also check [our Plugin directory](https://medusajs.com/plugins/) for a list of existing Medusa plugins. --- @@ -114,4 +114,4 @@ Developers can create plugins and reuse them across different Medusa backends. T description: 'Learn how to publish a plugin to NPM.' } }, -]} /> \ No newline at end of file +]} />