From 12f38ccb72e618874473a3b49bb5e6c06e7d9a11 Mon Sep 17 00:00:00 2001 From: Jacob Roman Date: Wed, 9 Feb 2022 13:39:30 -0500 Subject: [PATCH] fix(#936): updates discord links. (#937) * discord link updated to working one on home page * reverted yarn.lock file * updated to medusajs url --- docs/content/guides/fulfillment-api.md | 2 +- www/docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guides/fulfillment-api.md b/docs/content/guides/fulfillment-api.md index 633b7eb55f..47e3d3c385 100644 --- a/docs/content/guides/fulfillment-api.md +++ b/docs/content/guides/fulfillment-api.md @@ -68,4 +68,4 @@ If the shipping option is configured to dynamically calculate the price of the t ## What's next? -Now that you have an overview of the Fulfillment API you can start developing your own fulfillment plugin. For a guide on how to create plugins [check this guide](https://docs.medusajs.com/guides/plugins). If you have questions or issues please feel free to [join our Discord server](https://discord.gg/H6naACAK) for direct access to the engineering team. +Now that you have an overview of the Fulfillment API you can start developing your own fulfillment plugin. For a guide on how to create plugins [check this guide](https://docs.medusajs.com/how-to/plugins). If you have questions or issues please feel free to [join our Discord server](https://discord.gg/medusajs) for direct access to the engineering team. diff --git a/www/docs/docusaurus.config.js b/www/docs/docusaurus.config.js index 86e52e120b..ec725b7b71 100644 --- a/www/docs/docusaurus.config.js +++ b/www/docs/docusaurus.config.js @@ -86,7 +86,7 @@ module.exports = { }, { label: "Discord", - href: "https://discord.gg/H6naACAK", + href: "https://discord.gg/medusajs", }, { label: "Twitter",