From 7ff50e358616be135ab5337a8fa33bea24ea941e Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Thu, 10 Apr 2025 06:38:51 -0700 Subject: [PATCH] Fix broken links in merge_checklist.md (#6570) --- docs/team_procedures/merge_checklist.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/team_procedures/merge_checklist.md b/docs/team_procedures/merge_checklist.md index 8af4247411..107f5a0f9f 100644 --- a/docs/team_procedures/merge_checklist.md +++ b/docs/team_procedures/merge_checklist.md @@ -37,18 +37,18 @@ If you're not sure if something CAN be tested, start a discussion. Some contribu If any new tests are `KNOWN_FAILING`, issues should be opened describing each of the `KNOWN_FAILING` tests and our understanding of why they fail. -## Does the branch meet our [config philosophy](docs/styleguide#config-philosophy)? +## Does the branch meet our [config philosophy](/docs/STYLEGUIDE.md#config-philosophy)? -## Does the branch meet our [saves philosophy](docs/styleguide#saves-philosophy)? +## Does the branch meet our [saves philosophy](/docs/STYLEGUIDE.md#saves-philosophy)? -## Does the submitted code follow the [styleguide](docs/styleguide)? +## Does the submitted code follow the [styleguide](/docs/STYLEGUIDE.md)? This applies to code that comes from other branches or games. ## Is the pull request appropriately labeled? Without labels, the CHANGELOG will not be properly formatted. For specifically the `bugfix` label, an additional label, detailing what area the bug exists in is required. ## Is `pokeemerald-expansion` free from a merge freeze? -Our [release schedule](docs/team_procedures/schedule.md) prevents us from merging Big Features and non-bugfixes within certain dates close to a release. Please use `/release` in the RHH Discord to clarify when these are occuring. +Our [release schedule](/docs/team_procedures/schedule.md) prevents us from merging Big Features and non-bugfixes within certain dates close to a release. Please use `/release` in the RHH Discord to clarify when these are occuring. # Merging