diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf0bbd269b..839c2e2189 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for considering contributing to Medusa! This document will outline how to submit changes to this repository and which conventions to follow. If you are ever in doubt about anything we encourage you to reach out either by submitting an issue here or reaching out [via Discord](https://discord.gg/xpCwq3Kfn8). -If you're contributing to our documentation, make sure to also check out the [contribution guidelines on our documentation website](https://docs.medusajs.com/contribution-guidelines). +If you're contributing to our documentation, make sure to also check out the [contribution guidelines on our documentation website](https://docs.medusajs.com/resources/contribution-guidelines/docs). ### Important Our core maintainers prioritize pull requests (PRs) from within our organization. External contributions are regularly triaged, but not at any fixed cadence. It varies depending on how busy the maintainers are. This is applicable to all types of PRs, so we kindly ask for your patience. diff --git a/www/apps/api-reference/README.md b/www/apps/api-reference/README.md index c671b0c8ab..57127d8bd1 100644 --- a/www/apps/api-reference/README.md +++ b/www/apps/api-reference/README.md @@ -1,6 +1,6 @@ # Medusa API Reference -The Medusa API Reference website is built with Next.js 13. You can learn more about contributing [here](https://docs.medusajs.com/contribution-guidelines). +The Medusa API Reference website is built with Next.js 13. You can learn more about contributing [here](https://docs.medusajs.com/resources/contribution-guidelines/docs). ## Note About OpenAPI Specs diff --git a/www/vale/styles/docs/Npm2Yarn.yml b/www/vale/styles/docs/Npm2Yarn.yml index fb723161ff..7bcbbdf730 100644 --- a/www/vale/styles/docs/Npm2Yarn.yml +++ b/www/vale/styles/docs/Npm2Yarn.yml @@ -1,6 +1,6 @@ extends: existence message: "Consider adding npm2yarn to ```bash" -link: https://docs.medusajs.com/contribution-guidelines#npm-and-yarn-code-blocks +link: https://docs.medusajs.com/resources/contribution-guidelines/docs#npm-and-yarn-code-blocks level: warning scope: raw ignorecase: true diff --git a/www/vale/styles/docs/NpmCommands.yml b/www/vale/styles/docs/NpmCommands.yml index 8118a7573f..2b96049a86 100644 --- a/www/vale/styles/docs/NpmCommands.yml +++ b/www/vale/styles/docs/NpmCommands.yml @@ -1,6 +1,6 @@ extends: substitution message: Use '%s' instead of '%s' -link: https://docs.medusajs.com/contribution-guidelines#expand-commands +link: https://docs.medusajs.com/resources/contribution-guidelines/docs#expand-commands level: error scope: raw ignorecase: false diff --git a/www/vale/styles/docs/NpmGlobal.yml b/www/vale/styles/docs/NpmGlobal.yml index eae24b63ad..1e3ccc75a3 100644 --- a/www/vale/styles/docs/NpmGlobal.yml +++ b/www/vale/styles/docs/NpmGlobal.yml @@ -1,6 +1,6 @@ extends: existence message: "The -g option should be added at the end of the command" -link: https://docs.medusajs.com/contribution-guidelines#global-option +link: https://docs.medusajs.com/resources/contribution-guidelines/docs#global-option level: error scope: raw ignorecase: true