From a932734ee213f6e7c47861592b9982b301deef48 Mon Sep 17 00:00:00 2001 From: skyc1e Date: Thu, 16 Apr 2026 23:55:48 +0200 Subject: [PATCH] docs: fix GitHub Flow link in CONTRIBUTING to point to actual guide The CONTRIBUTING.md stated the project follows GitHub Flow but linked to the GitHub docs root (https://docs.github.com) instead of the actual GitHub Flow guide. Updated the link to point to the correct page so new contributors can quickly find the referenced workflow. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5420514e..7419bb85c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ We welcome any type of contribution, not just code. You can help with: We use GitHub to host the code, track issues and feature requests, and accept pull requests. ## We Use GitHub Flow -We follow the [GitHub Flow](https://docs.github.com) development workflow. All code changes happen through Pull Requests. +We follow the [GitHub Flow](https://docs.github.com/en/get-started/using-github/github-flow) development workflow. All code changes happen through Pull Requests. ## Getting Started