From 6692e4f5f4e8bd85d605240720e0b4b199f3a639 Mon Sep 17 00:00:00 2001 From: Muhamed Fazal PS Date: Wed, 15 Jul 2026 23:09:48 +0530 Subject: [PATCH] fix: update broken contributing guide link in README The readthedocs URL returns a 404. Link to the contributing.rst file on GitHub instead. Fixes #3044 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d623449f9..da07fd27d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Fork the repo, create a branch, and open a pull request. Before submitting: CI runs on every PR — it checks for ungenerated migrations and enforces a 75% test coverage minimum. PRs that fail CI won't be merged. -See the full [contributing guide](https://pythondotorg.readthedocs.io/en/latest/contributing.html) for details. +See the full [contributing guide](https://github.com/python/pythondotorg/blob/main/docs/source/contributing.rst) for details. ### License