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 +]} />