chore: fix links to contribution guidelines (#10792)

This commit is contained in:
Shahed Nasser
2025-01-02 10:45:38 +02:00
committed by GitHub
parent 8e27af552f
commit 36019b7242
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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