From 9f765899ff0eae88da01c7fa7e2905064b99fe35 Mon Sep 17 00:00:00 2001 From: Wyshal Zyren Date: Wed, 19 Aug 2026 21:52:27 +0800 Subject: [PATCH 1/2] Fix broken contributing guide link --- 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 From 8016e708b076e966e6ece72a7344527b54c27c02 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 19 Aug 2026 10:37:13 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da07fd27d..60fdd7c1f 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://github.com/python/pythondotorg/blob/main/docs/source/contributing.rst) for details. +See the full [contributing guide](https://pythondotorg.readthedocs.io/contributing.html) for details. ### License