From 58e2ca3726d3380daab1d1252d0ced35fb16ac2b Mon Sep 17 00:00:00 2001 From: SksatoshiKaito Date: Wed, 8 Jul 2026 18:17:24 +0600 Subject: [PATCH 1/2] Fix: Correct broken link to contributing guide in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d623449f9..d2e0cf153 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/CONTRIBUTING.md) for details. ### License From b3aa48b04413461066a1806de4df42044f9deb98 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 13 Aug 2026 20:40:59 -0500 Subject: [PATCH 2/2] :handshake: Apply suggestion from @hugovk Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e0cf153..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/CONTRIBUTING.md) for details. +See the full [contributing guide](https://pythondotorg.readthedocs.io/contributing.html) for details. ### License