From bde7a0920dfb92a622610a48aebe24c18efd551c Mon Sep 17 00:00:00 2001 From: GJS Date: Fri, 28 Mar 2025 09:19:08 +0100 Subject: [PATCH] Fixed: Links in review guidelines - Updated the links to the CONTRIBUTING.md file. - Fixed the relative link to point to the correct location: `../CONTRIBUTING.md#project-styles`. - Fixed the relative link to point to the correct location: `../CONTRIBUTING.md#coding-styles`. modified: .github/REVIEW_GUIDELINES.md --- .github/REVIEW_GUIDELINES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/REVIEW_GUIDELINES.md b/.github/REVIEW_GUIDELINES.md index 980b421ca..cbe6808e4 100644 --- a/.github/REVIEW_GUIDELINES.md +++ b/.github/REVIEW_GUIDELINES.md @@ -28,8 +28,8 @@ Check if the code adheres to the agreed style guidelines of the project (e.g., PEP8 for Python, Airbnb style for JavaScript, etc.). Make sure there are no unused imports, variables, or code fragments in the PR. -- [Project Style](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#project-styles) -- [Coding Style](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#coding-styles) +- [Project Style](../CONTRIBUTING.md#project-styles) +- [Coding Style](../CONTRIBUTING.md#coding-styles) ### Readability and maintainability