From e63d32b4edcf855fe87f7a85e752e0ac576c8f68 Mon Sep 17 00:00:00 2001 From: GJS Date: Wed, 2 Apr 2025 10:01:31 +0200 Subject: [PATCH] Fixed: Correct link to Pull Request guidelines in CONTRIBUTING.md - Updated the link to the Pull Request guidelines to use a relative link instead of an absolute one. - Ensured the link now correctly references the section within the same file. modified: CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3861ca9d6..968f0dc51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -276,7 +276,7 @@ to review the appropriate one for your contribution. - I have considered potential security impacts and mitigated risks. - Dependency updates are listed and explained. - I have read and understood the - [Pull Request guidelines](../CONTRIBUTING.md#recommended-pull-request-guideline). + [Pull Request guidelines](#recommended-pull-request-guideline). 10. **When publishing your PR, set it as a** `Draft pull request` **to allow for review and prevent automatic merging.** @@ -410,7 +410,7 @@ early on, helping to avoid issues down the line. - I have considered potential security impacts and mitigated risks. - Dependency updates are listed and explained. - I have read and understood the - [Pull Request guidelines](../CONTRIBUTING.md#recommended-pull-request-guideline). + [Pull Request guidelines](#recommended-pull-request-guideline). 10. **When publishing your PR, set it as a** `Draft pull request` **to allow for review and prevent automatic merging.**