From aec19edb2ae0aa26bf22f27e7d4a0984e9cd4873 Mon Sep 17 00:00:00 2001 From: Code Fiesta <17772633+codefiesta@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:02:09 -0700 Subject: [PATCH] Contributions Updated links in the CONTRIBUTING.md file to use relative paths instead of absolute URLs. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a0fe07..3d4cffa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,10 +5,10 @@ This document provides general guidelines about how to contribute to the project ### Reporting issues -* Use [github issues](https://github.com/codefiesta/OAuthKit/issues) to report a bug. +* Use [github issues](/issues) to report a bug. * Before creating a new issue: - * Make sure you are using the [latest release](https://github.com/codefiesta/OAuthKit/releases). - * Check if the issue was [already reported or fixed](https://github.com/codefiesta/OAuthKit/issues?utf8=%E2%9C%93&q=is%3Aissue). Notice that it may not be released yet. + * Make sure you are using the [latest release](/releases). + * Check if the issue was [already reported or fixed](/issues?utf8=%E2%9C%93&q=is%3Aissue). Notice that it may not be released yet. * If you found a match add a brief comment "I have the same problem" or "+1". This helps prioritize the issues addressing the most common and critical first. If possible add additional information to help us reproduce and fix the issue. Please use your best judgement. * Reporting issues: * Please include the following information to help maintainers to fix the problem faster: