From cc0249f7538da8001739e04fca8c2905c53dee14 Mon Sep 17 00:00:00 2001 From: mukunda katta Date: Wed, 22 Apr 2026 16:35:48 -0700 Subject: [PATCH] docs(readme): fix broken contributing-guide link (fixes #556) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecad17d7..1baf0e76 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ manager might not be the latest one, so we recommend just using the official pac ## Development -If you want to contribute to Cot, please read the [contributing guide](https://cot.rs/guide/latest/contributing). It will guide you through the process of setting up your development environment and making contributions. +If you want to contribute to Cot, please read the [contributing guide](https://github.com/cot-rs/cot/blob/master/CONTRIBUTING.md). It will guide you through the process of setting up your development environment and making contributions. Thanks in advance for your contributions — every contribution is appreciated!