From 3df4fbec1dc292f72f06b3816ccb03e0a9744476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kinga=20=C5=BBmuda?= <66728641+kingazm@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:43:44 +0200 Subject: [PATCH] fix: place correct contributing guide link Previously linked https://cot.rs/guide/latest/contributing shows "Not Found. The page you are looking for was not found." Actual contributing guide is in https://github.com/cot-rs/cot/blob/master/CONTRIBUTING.md Minor change but makes life easier for new contributors --- 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!