From e20ecec2e3f1daa1ad1e1296c028556f3c0e07a8 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Tue, 14 Apr 2026 15:13:31 -0400 Subject: [PATCH] PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md Relative link 404s when viewed on PyPI; replaced with absolute GitHub URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c28ef713b1..703e000dc5 100644 --- a/README.md +++ b/README.md @@ -216,4 +216,4 @@ pip install -e ".[test]" pytest ``` -For more advanced testing scenarios, see the [contributing guide](./CONTRIBUTING.md#running-tests-locally). +For more advanced testing scenarios, see the [contributing guide](https://github.com/mongodb/mongo-python-driver/blob/master/CONTRIBUTING.md#running-tests-locally).